Taymindis / lfstackLinks
lock-free LIFO stack by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
☆31Updated 6 years ago
Alternatives and similar repositories for lfstack
Users that are interested in lfstack are comparing it to the libraries listed below
Sorting:
- 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
- Generic type-safe vector, hash map, and concurrent queue for C☆55Updated 5 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 6 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 10 years ago
- Memory Pool☆16Updated 7 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆34Updated 9 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- single file C libraries☆40Updated 6 months ago
- A simple and efficient MsgPack binary serialization library in a self-contained header file☆86Updated 6 years ago
- High performance utility library for C☆94Updated last month
- lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory manag…☆145Updated 4 years ago
- Coroutines for C.☆76Updated 8 years ago
- Robin Hood hash map library☆63Updated 3 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆140Updated 5 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 2 years ago
- Netstring parsing in C☆36Updated 4 years ago
- C89 compatible atomics.☆83Updated 2 months ago
- libuv thread communication☆58Updated 2 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆92Updated 5 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- Coroutines/Fibers implementation for x86☆65Updated 8 years ago
- A C11 implementation of D. Vyukov MPSC queue☆29Updated last year
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆43Updated 8 years ago
- Benchmarks for Schemaless Data Serialization Libraries☆56Updated 3 years ago
- Public domain single header inter process communication primitives☆135Updated 6 years ago
- Concurrent trie-hash map library☆92Updated last year
- Static Radix Tree (Patricia trie) implementation in C☆50Updated 8 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 3 years ago
- Bloom filter alternative (C++)☆18Updated 6 years ago