bigbes / btree
btree written in c
☆10Updated 10 years ago
Alternatives and similar repositories for btree
Users that are interested in btree are comparing it to the libraries listed below
Sorting:
- agentzh's fork of Russ Cox's re1 toy regex library☆19Updated 12 years ago
- linear probing hash table implementation written in C (c99)☆10Updated 6 years ago
- Automatically exported from code.google.com/p/manualgc☆17Updated 10 years ago
- Experiments on the self-hosting c4 compiler, with the goal to implement a nicer Lisp-style virtual machine☆15Updated 5 years ago
- a asymmetric coroutine (lua like) with fixed-size stack☆16Updated 10 years ago
- An implementation of golang runtime in C++☆17Updated 11 months ago
- A lightweight concurrency library for C, featuring symmetric coroutines as the main control flow abstraction.☆11Updated 9 years ago
- nxsearch: a full-text search engine☆16Updated 6 months ago
- High-level VM (like LLVM's little brother)☆39Updated 10 years ago
- skiplist library for C.☆53Updated 8 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- Advanced, easy to use, asynchronous-capable DNS client library and utilities☆19Updated 15 years ago
- some old code about scheme compiler I've ever wrote☆14Updated 2 years ago
- DynASM with Lua mode☆103Updated 5 years ago
- Prez is a distributed system based on Raft algorithm that provides highly reliable, consistent store.☆53Updated 10 years ago
- A generic makefile template☆28Updated 4 years ago
- Tiny CGI server - unofficial fork☆40Updated 10 years ago
- A just-in-time compiler for c minus☆47Updated 11 years ago
- A Paxos implementation in C originally by Marco Primi, built on top of libevent☆36Updated 13 years ago
- [mirror] Tokyo Cabinet: a modern implementation of DBM☆22Updated 15 years ago
- userspace threads and coroutines for C☆18Updated 9 years ago
- server frame☆18Updated 7 years ago
- Crit-bit tree (trie) library