cpp-lru-cache
cpp-lru-cache copied to clipboard
Is there any benchmarking?
We all know that hashmaps are cool, but It'd be interesting to see how exactly cool they are. I suggest writing a comparison with getting values from plain std::map and searching from std::vector. It would look nice in the readme section.
There is a third party benchmark here https://github.com/nitnelave/lru_cache
Sorry, there is not benchmark.