sparsehash / sparsehash-c11Links
Experimental C++11 version of sparsehash
☆292Updated 2 years ago
Alternatives and similar repositories for sparsehash-c11
Users that are interested in sparsehash-c11 are comparing it to the libraries listed below
Sorting:
- C++ implementation of a memory efficient hash map and hash set☆362Updated 11 months ago
- A STL allocator that mmaps files☆251Updated 4 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆758Updated 11 months ago
- Comprehensive benchmarks of C++ maps☆313Updated 2 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆834Updated 11 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- STXXL: Standard Template Library for Extra Large Data Sets☆492Updated last year
- C++ integer-to-string conversion benchmark☆341Updated 7 months ago
- userland threads☆491Updated last month
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆742Updated 5 years ago
- C++ double-to-string conversion benchmark☆260Updated 3 years ago
- A C++ library to compress and intersect sorted lists of integers using SIMD instructions☆439Updated 2 months ago
- A C++ await/yield emulation library for stackless coroutine☆340Updated last year
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆386Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆181Updated 11 months ago
- 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 …☆296Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆610Updated last month
- A feature complete LRU cache implementation in C++☆256Updated 5 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆530Updated 8 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆419Updated 8 months ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆112Updated 8 months ago
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆207Updated 2 years ago
- C++ Benchmark Authoring Library/Framework☆855Updated 2 months ago
- C++ library for executors☆511Updated 8 years ago
- A fast work-stealing queue template in C++☆320Updated last year
- An implementation of Seqlock in C++11☆222Updated last year
- Boost.Lockfree☆140Updated last week
- Portable C++ SIMD library☆173Updated 6 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago