sysprog21 / threadkitLinks
A collection of lightweight threading utilities
☆24Updated 5 years ago
Alternatives and similar repositories for threadkit
Users that are interested in threadkit are comparing it to the libraries listed below
Sorting:
- Ternary Search Tree + Bloom filter☆20Updated 5 years ago
- structure aware memory allocator☆23Updated 8 years ago
- A simple integer calculator using JIT compilation☆16Updated 5 years ago
- A User Space Threading Library☆20Updated last year
- Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License☆119Updated last month
- A minimal mark-and-sweep garbage collector☆44Updated 6 years ago
- A small implementation of regular expression matching engine in C☆94Updated 5 years ago
- ☆36Updated 2 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Updated 5 years ago
- Codezero Microkernel☆111Updated last week
- unrolled skip list library for C☆22Updated 6 years ago
- A simple C Thread pool implementation☆13Updated 5 years ago
- ☆10Updated 9 months ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆56Updated 6 years ago
- Low-memory-footprint mutexes for pthreads☆42Updated 3 years ago
- Minimally design scripting language for use on systems with limited resources.☆58Updated 8 years ago
- An implementation of classical tic-tac-toe game for terminal I/O☆16Updated 3 years ago
- ☆62Updated 8 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆49Updated 10 months ago
- Portable Event Library☆18Updated 9 months ago
- A concurrent library based on cooperative scheduling of user-level threads(fibers) implemented in C++☆27Updated 3 years ago
- A portable, software-only OpenGL 1.1 rasterizer in C99☆95Updated last month
- Coroutines for C.☆78Updated 8 years ago
- A simple serial console utility☆17Updated 2 years ago
- A simple queue using a linked list written in C under the BSD license.☆18Updated 8 years ago
- C11 Lock-free Stack