davekeck / eb_chan
A full implementation of Go channels as a C library
☆32Updated 9 years ago
Alternatives and similar repositories for eb_chan:
Users that are interested in eb_chan are comparing it to the libraries listed below
- A lightweight concurrency library for C, featuring symmetric coroutines as the main control flow abstraction.☆11Updated 9 years ago
- A framework for building event based networking applications.☆34Updated 2 months ago
- Tiny C library for inter-thread/process communication via channels. Linux-only.☆12Updated 9 years ago
- A toy http server written in C using libdill coroutines. Will probably get you owned if you run in prod.☆10Updated 7 years ago
- Fast JSON parser for C☆70Updated last month
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆165Updated 6 years ago
- A C11 implementation of D. Vyukov MPSC queue☆27Updated last year
- The libdill tutorial.☆13Updated 5 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- simple byte buffers☆18Updated last month
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆121Updated 8 months ago
- an event-driven network library via redis, supports Redis-Protocol parse with DFA.For nessDB's using.☆13Updated 13 years ago
- Raft protocol implementation in C☆49Updated 8 years ago
- File Structures (B+Tree, BTree) for Go☆70Updated 9 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- An expression evaluator for C☆42Updated 3 months ago
- Static Radix Tree (Patricia trie) implementation in C☆47Updated 7 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.☆32Updated 7 years ago
- Robin Hood hash map library