Open andresriancho opened 9 years ago
We're now using the LRU algorithm to replace the items in the parser cache, but maybe it's not the best thing to do?
Check these cache replacement algorithms
Run different tests using the new profiling features
This is the output from a random scan:
$ cat /tmp/w3af-*core | grep hit_rate "hit_rate": 0.26894865525672373, "hit_rate": 0.26875, "hit_rate": 0.29097605893186, "hit_rate": 0.28468468468468466, $
~27% hit rate is really high for any cache!
Related with Effective use of memory/CPU #9068
We're now using the LRU algorithm to replace the items in the parser cache, but maybe it's not the best thing to do?
Check these cache replacement algorithms
Run different tests using the new profiling features
This is the output from a random scan:
~27% hit rate is really high for any cache!