smokku / libconcurrencyLinks
A lightweight concurrency library for C, featuring symmetric coroutines as the main control flow abstraction.
☆11Updated 9 years ago
Alternatives and similar repositories for libconcurrency
Users that are interested in libconcurrency are comparing it to the libraries listed below
Sorting:
- A toy http server written in C using libdill coroutines. Will probably get you owned if you run in prod.☆11Updated 8 years ago
- Tiny C library for inter-thread/process communication via channels. Linux-only.☆12Updated 9 years ago
- Stackless coroutine compiler for C☆46Updated 5 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- Port of the lemon parser generator to the Go programming language☆56Updated 3 years ago
- Parallel programming library in C++11☆12Updated 5 years ago
- The k-LSM: A relaxed, lock-free, linearizable priority queue☆23Updated 8 years ago
- userspace threads and coroutines for C☆18Updated 9 years ago
- A small, simple, easy to use bloom filter written in C.☆35Updated 13 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆41Updated 8 years ago
- agentzh's fork of Russ Cox's re1 toy regex library☆19Updated 12 years ago
- The libdill tutorial.☆16Updated 5 years ago
- Coroutines for C.☆74Updated 8 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 generic mark-and-sweep garbage collector☆45Updated 13 years ago
- Static Radix Tree (Patricia trie) implementation in C☆49Updated 8 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆48Updated 3 years ago
- linear probing hash table implementation written in C (c99)☆10Updated 6 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆123Updated last year
- ☆20Updated 2 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- Lock-free interthread message queue.☆17Updated 9 years ago
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 6 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆46Updated 3 years ago
- A tiny Unix dynamic memory allocator library.☆63Updated 7 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Simple string pattern matcher for C☆25Updated 4 years ago
- Crit-bit tree (trie) library☆32Updated 10 years ago
- A C11 implementation of D. Vyukov MPSC queue☆28Updated last year