goossaert / hashmapLinks
Various open addressing hashmap algorithms in C++
☆258Updated 4 years ago
Alternatives and similar repositories for hashmap
Users that are interested in hashmap are comparing it to the libraries listed below
Sorting:
- A hierarchical timer wheel, for implementing timed event queues☆214Updated last year
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆415Updated 6 years ago
- Boost.Coroutine2☆136Updated last month
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 3 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- C++ integer-to-string conversion benchmark☆343Updated 11 months ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- C++ double-to-string conversion benchmark☆260Updated 3 years ago
- Our open source benchmarks and code samples☆193Updated 3 months ago
- A C++ await/yield emulation library for stackless coroutine☆341Updated 2 years ago
- Boost.Coroutine☆85Updated last month
- 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 …☆298Updated last year
- A STL allocator that mmaps files☆255Updated 4 years ago
- Mordor is a high performance I/O library based on fibers.☆352Updated 8 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆246Updated 5 years ago
- A simple C++ threadpool based on POSIX threads.☆130Updated 10 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Updated 11 years ago
- Boost.Lockfree☆148Updated this week
- [deprecated] For native C atomics, see Turf instead☆519Updated 9 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A benchmark framework for concurrent queue implementations☆297Updated 5 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆138Updated 6 years ago
- Boost.org thread module☆213Updated last month
- ☆37Updated 10 years ago
- A feature complete LRU cache implementation in C++☆264Updated 6 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago
- A concurrent user-level thread library implemented in C++☆316Updated 5 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆208Updated 3 years ago
- Spirit X3 Experimental☆147Updated 9 years ago