jckarter / tbbLinks
Intel Threading Building Blocks with local modifications
☆31Updated 13 years ago
Alternatives and similar repositories for tbb
Users that are interested in tbb are comparing it to the libraries listed below
Sorting:
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- ☆37Updated 10 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- libpaxos-cpp is a C++ implementation of the Paxos distributed consensus protocol☆67Updated 12 years ago
- Kosmos Distributed Filesystem☆29Updated 13 years ago
- A stripped-down, portable version of boost::context☆53Updated 3 years ago
- A fast in-memory key-value store☆51Updated 8 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A C++ template class providing a thread-safe LRU cache☆77Updated 3 years ago
- An opensource C++ library develop in Qihoo infrastructure team☆81Updated 2 years ago
- tbsys and tbnet repository mirror for alibaba☆69Updated 5 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- Simple C++ RPC library based on boost::asio and protobuf.☆30Updated 11 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- Lock-free linked list☆16Updated 13 years ago
- Simple RPC in C++, with Python binding☆27Updated 10 years ago
- C++ bindings & containers for libpmemobj☆110Updated 2 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- c++ wrapper for libzookeeper☆25Updated 10 years ago
- Yet Another RAFT implementation☆125Updated 7 years ago
- A concurrent thread-safe hash map implemented in C++☆147Updated 2 years ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆84Updated 9 years ago
- An event-driven c library open source by taobao originally and maintain here