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:
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated 2 years ago
- Benchmark showing the we can randomly hash strings very quickly with good universality☆137Updated 4 months ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆139Updated 3 years ago
- Hash Array Mapped Trie (C++ Templates)☆124Updated 2 years ago
- Generates benchmark data for two different data structures, then renders some graphs.☆112Updated 5 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- The world's first Web-scale memory allocator☆107Updated 6 years ago
- C++14 (and beyond) library features implemented in C++11☆248Updated 7 years ago
- C++11 metaprogramming library☆113Updated 9 years ago
- What did you expect?☆111Updated 8 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆166Updated 6 years ago
- Continuation-ready container algorithms from STL algorithms☆60Updated 8 years ago
- Adobe Source Libraries☆283Updated last week
- Proposed B-tree library for Boost.org☆72Updated 11 years ago
- C library implementing the ridiculously fast CLHash hashing function☆278Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 5 years ago
- A C++ pointer bump memory arena implementation☆93Updated 10 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- High-performance multicore-scalable data structures and benchmarks☆141Updated 5 years ago
- C11 Lock-free Stack☆182Updated last year
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 8 years ago
- Coroutines in C☆121Updated 10 years ago
- C++11 header only micro benchmark framework☆14Updated 8 years ago
- High performance utility library for C☆94Updated 10 months ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- STM (Software Transactional Memory) implementation in C, based on memory-mapping.☆60Updated 15 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆152Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- unmaintained - CMake module to activate certain C++ standard, feature checks and appropriate automated workarounds - basically an improve…☆74Updated 8 years ago