airplug / libactorLinks
Actor Model Library for C
☆55Updated 14 years ago
Alternatives and similar repositories for libactor
Users that are interested in libactor are comparing it to the libraries listed below
Sorting:
- A green threads tutorial.☆64Updated 8 years ago
- A Go implementation of the Shen programming language☆59Updated 2 years ago
- Coroutines for C.☆76Updated 8 years ago
- Automatically exported from code.google.com/p/libconcurrency☆26Updated 10 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Wrapper library for the BSD sockets API with a nicer C99 interface☆145Updated 8 years ago
- Preemptible green threads in C for Linux☆46Updated 11 years ago
- A simple library to provide RAII in standard-compliant C99, using raii_with(resource, initializer, destructor) { ... }-syntax:☆43Updated 7 years ago
- Rapid Development C utility library☆136Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- Exception handling and smart pointer (automatic cleanup) libraries for C☆61Updated 11 years ago
- A regular expression engine in C☆44Updated last year
- Tiny epoll-based event loop library for event-driven Linux applications☆26Updated 3 years ago
- C11 Lock-free Stack☆183Updated last year
- Lightweight event loop library for Linux epoll() family APIs☆243Updated 4 months ago
- Implementation of an erlang style actor model using libdispatch☆17Updated 11 years ago
- A library which implements a couple of famous binary search trees.☆165Updated 3 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- A simple lock-free queue implementation.☆80Updated 11 years ago
- The Lemon parser generator and sibling projects.☆44Updated 3 years ago
- Lightweight C coroutines (derived from http://software.schmorp.de/pkg/libcoro.html)☆124Updated last year
- Implements a Min-Heap / Priority Queue in C using a simple array.