Taymindis / atomic_threadpool
it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability
☆26Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for atomic_threadpool
- High performance cross platform event reactor and proactor written in C☆31Updated 10 years ago
- Slab Memory Allocator in Application Layer☆28Updated 6 years ago
- Minimize lock-free queue ever!☆132Updated 6 years ago
- Indexed Array is a C library struct array for you to add index into struct field member in order to do faster search☆12Updated 6 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated 11 months ago
- lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆30Updated 6 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆24Updated 3 years ago
- A coroutine scheduler and lightweight network library for libaco☆15Updated 5 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 8 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆87Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆42Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- Automatically exported from code.google.com/p/manualgc☆17Updated 9 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆48Updated last year
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 7 years ago
- C++ embedded memory database☆14Updated 2 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆139Updated 4 years ago
- atomic_hashtable for C, fast movement for read, write, and delete without locking while multithreading purposes, Simple and Stable☆24Updated 7 years ago
- Simple memory leak finder.☆51Updated 11 years ago
- Netstring parsing in C☆35Updated 4 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 9 years ago
- Memory Pool in different implemention ways, adapt different projects to improve performance☆23Updated 12 years ago
- A carefully optimised, POSIX-compatible slab allocator for userspace.☆77Updated 8 years ago
- Serialization/deserialization in a raw buffer like flatbuffer, but you do not need any IDL file and it is much more efficient either in s…☆48Updated 6 years ago
- Lock-free linked list☆16Updated 12 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 9 years ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆25Updated 3 years ago
- Implementation of the Slab Allocator as described in "The Slab Allocator: An Object-Caching Kernel Memory Allocator" by Jeff Bonwick.☆33Updated 10 years ago
- memory pool implimentation by C with C99 style☆33Updated 9 years ago
- A low-latency in-memory C logging library☆58Updated 2 years ago