ned14 / nedtriesLinks
A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit finds and iteration. Is approx. 50-100% faster than red-black trees and up to 20% faster than O(1) hash tables.
☆275Updated 3 years ago
Alternatives and similar repositories for nedtries
Users that are interested in nedtries are comparing it to the libraries listed below
Sorting:
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated last month
- Benchmark showing the we can randomly hash strings very quickly with good universality☆137Updated 6 months ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- C++11 metaprogramming library☆112Updated 9 years ago
- A C library of hashtables and tries designed to store objects with high performance☆236Updated 2 years ago
- {{mustaches}} for C++☆202Updated 6 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Self-contained C/C++ profiler library for Linux☆176Updated 9 months ago
- Hash Array Mapped Trie (C++ Templates)☆124Updated 2 years ago
- STM (Software Transactional Memory) implementation in C, based on memory-mapping.☆60Updated 15 years ago
- The world's first Web-scale memory allocator☆108Updated 7 years ago
- Proposed B-tree library for Boost.org☆72Updated 11 years ago
- C11 Lock-free Stack☆183Updated last year
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- Memory-mapped storage library☆76Updated 9 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆85Updated 9 years ago
- Mordor is a high performance I/O library based on fibers.☆347Updated 7 years ago
- A C++ library for concurrent programming☆71Updated 4 years ago
- A fast implementation for varbyte 32bit/64bit integer compression☆119Updated 8 years ago
- MDBM a very fast memory-mapped key/value store.☆77Updated 2 years ago
- A C++ library for basic Unicode manipulation.☆122Updated 8 years ago
- Continuation-ready container algorithms from STL algorithms☆60Updated 8 years ago
- generate perfect hashes (alpha)☆77Updated 3 years ago
- A benchmark of some prominent C/C++ hash table implementations☆105Updated 6 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆168Updated 6 years ago
- Tiny perfect hash library for C, C++, and Lua☆166Updated 6 years ago
- C++14 (and beyond) library features implemented in C++11☆249Updated 7 years ago
- userspace threads and coroutines for C☆18Updated 9 years ago