cpp-lru-cache icon indicating copy to clipboard operation
cpp-lru-cache copied to clipboard

Is there any benchmarking?

Open 0xBYTESHIFT opened this issue 4 years ago • 2 comments

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.

0xBYTESHIFT avatar Nov 04 '20 12:11 0xBYTESHIFT

There is a third party benchmark here https://github.com/nitnelave/lru_cache

jean343 avatar Mar 22 '21 17:03 jean343

Sorry, there is not benchmark.

lamerman avatar Mar 23 '21 21:03 lamerman