huangfcn / lockfree
lock-free data structures: SPSC ring buffer, MPMC ring buffer, MPMC single linked list queue, MPMC single linked list stack; lock free memory management library using fix sized memory managed in single linked list
☆14Updated 4 years ago
Alternatives and similar repositories for lockfree:
Users that are interested in lockfree are comparing it to the libraries listed below
- A simple, intrusive, zero-allocation red-black tree implementation☆44Updated 3 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Netstring parsing in C☆35Updated 4 years ago
- portability macros for compiler and hardware micro operations☆35Updated 7 months ago
- cprops - C Prototyping Tools☆12Updated 12 years ago
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- Memory Pool☆16Updated 6 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 9 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- Fast integer to string and string to integer conversion functions☆21Updated last year
- unrolled skip list library for C☆21Updated 5 years ago
- skiplist library for C.☆53Updated 8 years ago
- Lock-free linked list☆16Updated 12 years ago
- An easy-to-use object-oriented system for the C programming language☆13Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- TLSF: two-level segregated fit O(1) allocator☆76Updated 2 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆15Updated 7 years ago
- a light weight, high performance coroutine implementation☆38Updated 12 years ago
- Single C file event loop☆25Updated 5 years ago
- libuv thread communication☆57Updated last year
- memory pool allocator☆49Updated 12 years ago
- Proof-of-concept implementation and benchmark of zero-copy shared-memory transport☆30Updated 12 years ago
- libapi is a cross platform high performance io library written in c. It provides ability to write event driven servers and applications w…☆56Updated 6 years ago
- Slab Memory Allocator in Application Layer☆27Updated 7 years ago
- Coroutines for C.☆74Updated 7 years ago
- ANSI C pthread packages for thread pools, queues/channels, task timers, set operations, red-black btree associative map.☆14Updated 6 months ago