nahratzah / ll
Lock-free linked list
☆16Updated 12 years ago
Alternatives and similar repositories for ll:
Users that are interested in ll are comparing it to the libraries listed below
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- fast malloc. similar to google-tcmalloc.☆23Updated 8 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆16Updated 7 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆78Updated 9 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆27Updated 9 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/google-concurrency-library☆14Updated 9 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- a tiny coroutine lib using for c++☆24Updated 10 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆43Updated 11 years ago
- ☆37Updated 9 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- High performance cross platform event reactor and proactor written in C☆32Updated 10 years ago
- Slab Memory Allocator in Application Layer☆27Updated 7 years ago
- Proactor design pattern (C++, threads)☆18Updated 7 years ago
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- iomux - High performance aynchronous I/O multiplexing and timers☆14Updated 9 years ago
- A buffered-tree implemented in dictionary type and more☆75Updated 11 years ago
- Simple RPC in C++, with Python binding☆27Updated 9 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆36Updated 6 years ago
- Buffer based LRU cache☆37Updated last year
- multithreading examples of my blog☆13Updated 10 years ago
- Small, safe and fast formatting library☆16Updated 6 years ago
- C++ proactor network library for Linux☆17Updated 9 years ago
- a tiny nosql database supporting pluggable storage engine.☆40Updated 7 years ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Updated 9 years ago
- A C++ Raft implementation, project moved☆24Updated 8 years ago
- a header only C++ LRU Cache template class (now with optional synchronization) that allows you to define key, value and optionally the Ma…☆40Updated 8 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 7 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