Commit c85e4e3
committed
Always cache resolvers
After getting access to a second dataset which is a lot more
cache-friendly than the original (while also being a real-world
sample), I think it makes sense to cache the "fast" resolvers as well:
going back to the original
commit (b45380d) an S3Fifo(5000) was
estimated to take about 3.5MB when full (0.5MB of cache metadata, and
3MB of actual cached data), so an S3Fifo(2000) would be about 1.5MB or
thereabouts which is not nothing... but is pretty much nothing
compared to the RSS impact of the advanced parsers.
Fixes #3021 parent fa30fad commit c85e4e3
1 file changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 71 | + | |
79 | 72 | | |
80 | 73 | | |
81 | 74 | | |
| |||
97 | 90 | | |
98 | 91 | | |
99 | 92 | | |
100 | | - | |
| 93 | + | |
101 | 94 | | |
102 | 95 | | |
103 | 96 | | |
| |||
0 commit comments