sysprog21 / mapreduceLinks
A simple C Thread pool implementation
☆13Updated 5 years ago
Alternatives and similar repositories for mapreduce
Users that are interested in mapreduce are comparing it to the libraries listed below
Sorting:
- Dynamic-language-like data structure for C☆13Updated 9 years ago
- Phase Fair and Standard Reader Writer Locks☆17Updated 5 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 7 years ago
- Ternary Search Tree + Bloom filter☆19Updated 4 years ago
- structure aware memory allocator☆23Updated 8 years ago
- Dictionary implemented through a skiplist☆15Updated 10 years ago
- A User Space Threading Library☆19Updated last year
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆12Updated 8 years ago
- A sparse and compressed bitmap library.☆13Updated 10 years ago
- a tiny, portable, precise, mark-and-sweep GC in C++☆59Updated 12 years ago
- Minimal and fast regular expression library for C.☆18Updated 12 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 8 years ago
- Git mirror of the hash table data structure in C by Christopher Clark ⛺☆46Updated 6 years ago
- Intrusive data structures and asynchronous IO library☆20Updated 5 years ago
- ☆32Updated 2 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 10 years ago
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 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
- A tiny lexical analyser generator