abelianwang's Stars
microsoft/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
greg7mdp/parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
khizmax/libcds
A C++ library of Concurrent Data Structures
David-Haim/concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
mjansson/rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
ridiculousfish/libdivide
Official git repository for libdivide: optimized integer division
cpp-redis/cpp_redis
C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
ConorWilliams/libfork
A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines
VcDevel/std-simd
std::experimental::simd for GCC [ISO/IEC TS 19570:2018]
WG21-SG14/SG14
A library for Study Group 14 of Working Group 21 (C++)
pramalhe/ConcurrencyFreaks
chaoran/fast-wait-free-queue
A benchmark framework for concurrent queue implementations
Jamol/kuma
A network library implemented in C++, supports TCP/UDP/HTTP/HTTP2/WebSocket/SSL on platform Linux/Windows/OSX/iOS/Android.
ConorWilliams/ConcurrentDeque
Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17
cksystemsgroup/scal
High-performance multicore-scalable data structures and benchmarks
bitwizeshift/BackportCpp
Library of backported modern C++ types to work with C++11
bhhbazinga/LockFreeHashTable
Lock Free Resizable Hash Table Based On Split-Ordered Lists.
rusnikola/lfqueue
A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue (DISC '19)
ucf-cs/Tervel
Fast wait-free algorithms designed for shared memory systems
Qarterd/Honeycomb
Component-Model Framework in C++
Cylix/NetFlex
C++11 HTTP Server Library. A cpp-netlib, that really works.
yamasa/lockfree
Experimental implementations of lock-free algorithms, using hazard pointers and tagged pointers.
bhhbazinga/ConcurrentQueue
ConcurrentQueue implemented in c++, the algorithms involved are also used in Java ConcurrentLinkedQueue (Java Platform SE 8 ).
martinmoene/string-lite
String facilities for C++98 and later - a library in search of its identity.
martinmoene/atomic-lite
atomic lite - a C++11 atomic operations library for C++98 and later
AgamAgarwal/wait-free-extensible-hash-map
An implementation of "Concurrent Multi-level Arrays: Wait-free Extensible Hash Maps"
Duckilicious/wait_free_hash_table
Wait free hash-table based on An Efficient Wait-free Resizable Hash Table Panagiota Fatourou , Nikolaos D. Kallimanis , Thomas Ropars
kenzanin/libcpuid
fork from cpuid so only to show PSN Processor Serial Number.
Oidlichtnwoada/WaitFreeQueue