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!
☆32Updated 7 years ago
Alternatives and similar repositories for lfstack
Users that are interested in lfstack are comparing it to the libraries listed below
Sorting:
- Generic type-safe vector, hash map, and concurrent queue for C☆56Updated 5 years ago
- Coroutines for C.☆77Updated 8 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
- Memory Pool☆16Updated 7 years ago
- Tick-based timer (hierarchical timing wheel algorithm)☆44Updated 5 years ago
- single file C libraries☆40Updated 10 months ago
- A compact library for C99 (and MSVC in C++ mode) providing refcounted arrays, maps, lists and a cool lexical scanner.☆43Updated 8 years ago
- unrolled skip list library for C☆21Updated 6 years ago
- Hierarchical memory allocator☆76Updated 10 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 5 years ago
- A basic implementation of UDP-based Data Transfer protocol (UDT) in C☆95Updated 5 years ago
- Robin Hood hash map library☆67Updated 4 years ago
- A simple, intrusive, zero-allocation red-black tree implementation☆52Updated 4 years ago
- Stackless coroutine compiler for C☆46Updated 6 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 6 years ago
- High performance utility library for C☆96Updated 5 months ago
- Dynamic memory pool implementation, for reusable fixed, or variable sized memory blocks, using pthread mutex locks.☆31Updated 4 years ago
- Rolla - Tiny, fast, crash-safe embedded k/v storage engine☆53Updated 3 years ago
- cross platform libuv based C++ library that leverages Microsoft's ppl tasks☆35Updated 10 years ago
- C99 trie library☆101Updated 6 years ago
- For details, see the blog post:☆34Updated last year
- C89 compatible atomics.☆87Updated 2 months 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
- Lightweight logging library for C/C++☆38Updated 4 months ago
- Netstring parsing in C☆36Updated 5 years ago
- A C11 implementation of D. Vyukov MPSC queue☆32Updated 2 years ago
- it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability☆30Updated 7 years ago
- Concurrent trie-hash map library☆93Updated 2 years ago
- Single file in-place JSON/SJSON parser☆81Updated 4 years ago
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆45Updated 10 years ago