lamerman / cpp-lru-cacheLinks
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
☆390Updated 5 years ago
Alternatives and similar repositories for cpp-lru-cache
Users that are interested in cpp-lru-cache are comparing it to the libraries listed below
Sorting:
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆297Updated last year
- C++ integer-to-string conversion benchmark☆342Updated 9 months ago
- High performance C++11 thread pool☆584Updated 5 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Experimental C++11 version of sparsehash☆293Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- C++ library for executors☆513Updated 9 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆531Updated 8 years ago
- userland threads☆493Updated this week
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆747Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated 2 months ago
- Boost.Lockfree☆146Updated this week
- C++ implementation of a fast and memory efficient HAT-trie☆842Updated this week
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators☆985Updated last year
- A collection of shared memory containers for high performance server☆239Updated 3 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆426Updated 5 months ago
- C++ Benchmark Authoring Library/Framework☆858Updated last month
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆252Updated 12 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Yet Another Serialization☆766Updated 8 months ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- Boost.Coroutine2☆135Updated this week
- C++ implementation of a memory efficient hash map and hash set☆363Updated 2 weeks ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆763Updated 2 weeks ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆186Updated 5 years ago
- STL-style C++ skip_list container☆87Updated 3 years ago
- Concurrent data structures in C++☆1,442Updated 5 years ago