chriso / columnixLinks
Columnar storage and query engine
☆9Updated 7 years ago
Alternatives and similar repositories for columnix
Users that are interested in columnix are comparing it to the libraries listed below
Sorting:
- C implementation of a compressed trie lookup map☆21Updated 6 years ago
- An embed, kafka like queue.☆35Updated 8 years ago
- High-performance nosql database. Written in C, multi-threaded, based on LightningDB and nanomsg.☆116Updated 11 years ago
- Fast 64 bit evolved hash.☆33Updated 8 years ago
- AA-tree implementation in C☆29Updated last year
- NetBSD cdb (constant database) library☆14Updated 6 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Roaring bitmaps in C☆17Updated 9 years ago
- Batch Monitor - Gain performance by combining work from multiple threads into a single batch☆30Updated 10 years ago
- Static Radix Tree (Patricia trie) implementation in C☆50Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆51Updated 3 years ago
- A fast substitution to the stdlib's strstr() sub-string search function.☆117Updated 10 years ago
- Dynamic-language-like data structure for C☆14Updated 9 years ago
- Proof of concept LSM-tree built on MDB☆17Updated 10 years ago
- A compact implementation of Dr. Askitis HatTrie☆80Updated 11 years ago
- actordb storage engine☆20Updated 5 years ago
- Append-only key-value database on a distributed shared-log☆52Updated 10 months ago
- Concurrent trie-hash map library☆92Updated last year
- SSE string functions for x86-64 Linux☆20Updated 3 years ago
- A proof-of-concept for a fast regex matcher using lossy NFA matching on SIMD☆12Updated 6 years ago
- ☆13Updated 2 years ago
- Very simple noSQL database, created as an example during a talk. See FineDB for a real high-performance noSQL database.☆14Updated 11 years ago
- lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…