Taymindis / atomic_threadpoolLinks
it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability
☆30Updated 7 years ago
Alternatives and similar repositories for atomic_threadpool
Users that are interested in atomic_threadpool are comparing it to the libraries listed below
Sorting:
- Minimize lock-free queue ever!☆134Updated 7 years ago
- Slab Memory Allocator in Application Layer☆29Updated 8 years ago
- lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆32Updated 7 years ago
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆149Updated 5 years ago
- Adding TCP like reliability features on top of existing UDP protocol☆40Updated 13 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 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 7 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- A coroutine scheduler and lightweight network library for libaco☆18Updated 6 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- A generic C memory pool☆101Updated 9 years ago
- High performance C implementation of AVL trees☆104Updated 6 years ago
- Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License☆119Updated last month
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 3 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☆52Updated 2 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 6 years ago
- A low-latency in-memory C logging library☆58Updated 3 years ago
- FFQ: A Fast Single-Producer/Multiple-Consumer Concurrent FIFO Queue (IPDPS 2017)☆33Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆85Updated 10 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆40Updated 4 years ago
- High performance AVL tree container C implementation☆57Updated 5 years ago
- atomic_hashtable for C, fast movement for read, write, and delete without locking while multithreading purposes, Simple and Stable☆25Updated 8 years ago
- Memory Pool in different implemention ways, adapt different projects to improve performance☆25Updated 13 years ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆233Updated 4 years ago
- A header only library that implements a C11 Unbounded Non-Intrusive Lockless Single Consumer Multiple Producer Thread-Safe FIFO Queue.☆20Updated 10 years ago
- Tiny epoll-based event loop library for event-driven Linux applications☆26Updated 3 years ago
- A header-only C++17 library implementing a simple concurent lock-free memory pool☆27Updated 4 years ago
- Single-header-file, public domain, type-generic C89 skip list implemementation☆31Updated 8 years ago
- A zero-malloc memory pool based on SQLite's memsys5 memory subsystem☆28Updated 13 years ago
- The fastest JSON parser written in pure C☆155Updated 5 years ago