High-performance thread-safe hash map with bucket-level locking in C++17 - Anuj-2000/concurrent-hashmap ...
C LRU Cache A thread-safe, high-performance, and generic Least Recently Used (LRU) Cache implemented in C. This project is built upon a generic hash map and is designed for applications requiring ...