ned14 / nedtriesView external linksLinks
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.
☆275Sep 14, 2021Updated 4 years ago
Alternatives and similar repositories for nedtries
Users that are interested in nedtries are comparing it to the libraries listed below
Sorting:
- A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any stru…☆37Oct 17, 2013Updated 12 years ago
- BON - Binary Object Notation☆21Oct 26, 2017Updated 8 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆415Mar 14, 2019Updated 6 years ago
- My C libraries☆26Sep 1, 2025Updated 5 months ago
- A sparse and compressed bitmap library.☆13Aug 28, 2014Updated 11 years ago
- ☆34Feb 1, 2026Updated last week
- C++ Memory allocator for packet queues that free() in roughly the same order that they alloc().☆16Mar 15, 2018Updated 7 years ago
- kj is a small collection of stb inspired libs.☆18Apr 5, 2018Updated 7 years ago
- A quadtree implementation in C99☆23Nov 20, 2014Updated 11 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆60Jul 16, 2019Updated 6 years ago
- C99 trie library☆101May 4, 2019Updated 6 years ago
- libuv + msgpack-c example☆18Oct 9, 2012Updated 13 years ago
- Lightweight Msgpack Encoder☆15Feb 19, 2017Updated 8 years ago
- A benchmark of some prominent C/C++ hash table implementations☆104Feb 27, 2019Updated 6 years ago
- Critbit trees in C☆334Dec 17, 2021Updated 4 years ago
- Some code in C that allows one thread to pass items to another thread without locking☆40Oct 2, 2016Updated 9 years ago
- a fast fixed size block allocator☆20Aug 29, 2015Updated 10 years ago
- Lightweight, performance oriented, Core library for 'C' programmers☆56Aug 10, 2015Updated 10 years ago
- IOSync is an application which allows you to synchronize input events from several computers to a single host machine.☆12Apr 1, 2023Updated 2 years ago
- a simple header-only json serialization solution for c++ based on picojson☆13Dec 25, 2016Updated 9 years ago
- Public Domain random number generators for C++☆16Apr 11, 2015Updated 10 years ago
- Math vector library☆39Dec 26, 2025Updated last month
- Minimal pub/sub message queue in C.☆23Nov 9, 2014Updated 11 years ago
- Simple instrumented thread profiler for Win32 C++ applications.☆37Apr 10, 2011Updated 14 years ago
- An efficient trie implementation.☆255Nov 25, 2020Updated 5 years ago
- Lightweight benchmarking component for small C++ routines☆15Mar 29, 2023Updated 2 years ago
- TLSF: two-level segregated fit O(1) allocator☆83Sep 3, 2022Updated 3 years ago
- A light weight, low level embedded key-value database library☆32Jul 8, 2013Updated 12 years ago
- Rendering library for 2D/3D graphics☆25Dec 26, 2025Updated last month
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Oct 6, 2020Updated 5 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Jun 12, 2015Updated 10 years ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆184Feb 1, 2026Updated last week
- Phase Fair and Standard Reader Writer Locks☆17Sep 16, 2019Updated 6 years ago
- NetBSD cdb (constant database) library☆14May 24, 2019Updated 6 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆16Dec 25, 2017Updated 8 years ago
- A template library for fixed-point calculations☆16Oct 11, 2018Updated 7 years ago
- Implentation of .NET 4.5's InternalMarvin32HashString☆20Dec 15, 2012Updated 13 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆855Nov 11, 2025Updated 3 months ago
- Intrusive data structures for C☆65Jun 9, 2017Updated 8 years ago