pfalcon / awesome-implicit-data-structuresLinks
Awesome implicit data structures
☆24Updated 5 years ago
Alternatives and similar repositories for awesome-implicit-data-structures
Users that are interested in awesome-implicit-data-structures are comparing it to the libraries listed below
Sorting:
- A compressed bitset with supporting data structures and algorithms☆19Updated 11 years ago
- A decentralized unique ID generator (int64)☆21Updated 9 years ago
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- fast, lock-free, core-dumpable prints (meaning you can see not-yet-flushed prints in core dumps/live processes)☆27Updated 11 years ago
- Experimental programming language☆11Updated 6 years ago
- ☆13Updated 6 years ago
- A splaytree ADT written in C with a BSD license☆18Updated 5 years ago
- A hash table implementation using Robin Hood Linear Probing☆51Updated 11 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- Using ARM NEON instructions to filter an array.☆11Updated 7 years ago
- Popular hash table implementation benchmarks☆27Updated 8 years ago
- DSL for stencils and image processing☆13Updated 8 years ago
- SIMD-accelerated UTF-8 to UTF-32 conversion☆11Updated 6 years ago
- Benchmark and visualization of various compression algorithms☆23Updated 9 years ago
- finding set bits in large bitmaps☆15Updated 9 years ago
- A demonstration of tracing dynamic library loading and unloading on Linux.☆17Updated 8 years ago
- BON - Binary Object Notation☆21Updated 7 years ago
- Multi-platform, single-file, header-only, C / C++11 include for bootstrapping new projects.☆15Updated 4 years ago
- Lightweight append-only, header-less, journaling file format (C++11)☆13Updated 9 years ago
- A library to support streaming data applications☆24Updated 4 years ago
- A fast, efficient on-disk/in-memory database with many different kind of data structures.☆27Updated 10 years ago
- M:N fiber implementation, with transparent IO reactor and timeouts, POSIX like APIs.☆16Updated 13 years ago
- Directed Acyclic Graph For C++ With Cached Transitive Closure☆28Updated 6 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 8 years ago
- A small little tool for dumping a floating-point number in its native format☆55Updated 10 years ago
- Coroutine library in C.☆20Updated 4 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆50Updated 4 months ago
- Lightning fast XML parser.☆23Updated 8 years ago
- A simple C hash table (open addressing and rehashing) for embedding into projects☆59Updated 6 years ago
- A simple web page that given a list of URLs will redirect to the fastest URL to return a 200, useful as a simple load balancer if your en…☆8Updated 7 years ago