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
Sorting:
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- A single producer single - single consumer queue implemented by a ring buffer with C11's 'stdatomic.h'☆37Updated last year
- A low-latency in-memory C logging library☆59Updated 2 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆15Updated 9 years ago
- cprops - C Prototyping Tools☆13Updated 12 years ago
- portability macros for compiler and hardware micro operations☆36Updated 10 months ago
- High performance cross platform event reactor and proactor written in C☆32Updated 11 years ago
- easy to use callback library for C++☆42Updated 8 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆43Updated 5 years ago
- Intrusive Red-Black Tree Collection☆32Updated last year
- A simple, intrusive, zero-allocation red-black tree implementation☆45Updated 3 years ago
- Fast string to integer conversion☆15Updated 7 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆35Updated 9 years ago
- Network library☆18Updated last year
- Mini async log C port. Now with C++ wrappers.☆74Updated last year
- Intrusive data structures and asynchronous IO library☆20Updated 5 years ago
- Coroutines for C.☆74Updated 8 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated 11 months ago
- C11 + Pthreads Atomic Bounded Work Queue☆28Updated 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☆52Updated last year
- Smart queue that executes tasks in threadpool-like manner☆40Updated last year
- An easy-to-use object-oriented system for the C programming language☆13Updated 6 years ago
- Embrace (post) modern C++☆9Updated 3 years ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆41Updated 8 years ago
- C/C++ high-speed low-latency lightweight memory-mapped diagnostic logger☆27Updated 3 years ago
- NIH Utility Library☆89Updated 3 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- libio is a cross platform high performance io library written in C. It provides ability to write event driven servers and applications wi…☆18Updated 6 years ago