windsPx's Stars
facebookincubator/velox
A composable and fully extensible C++ execution engine library for data management systems.
gcc-mirror/gcc
kumagi/msgskip
lock-free skip list implementation with message-pack for avoiding indirection
jnk0le/Ring-Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
bhhbazinga/LockFreeLinkedList
Lock Free Linked List Based On Harris'OrderedListBasedSet And Michael's Hazard Pointer.
eourcs/LockFreeCuckooHash
A fully concurrent lock-free cuckoo hash table implementation
JerryYangSH/LockFreeProgrammingPractice
Lock free 论文集合,若干无锁数据结构实现的经典论文,500多页
skeeto/lstack
C11 Lock-free Stack
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
rigtorp/awesome-lockfree
A collection of resources on wait-free and lock-free programming
chronoxor/CppCommon
Cross-platform C++ common library for Linux, OSX, Windows, Cygwin, MinGW
DPDK/dpdk
Data Plane Development Kit
cyfdecyf/spinlock
Different implementations of spinlock.
efficient/libcuckoo
A high-performance, concurrent hash table
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
AlexeyAB/object_threadsafe
We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads
khizmax/libcds
A C++ library of Concurrent Data Structures
ginkgo/AMP-LockFreeSkipList
kevinlynx/lockfree-list
leethomason/tinyxml2
TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.
quickfix/quickfix
QuickFIX C++ Fix Engine Library
LMAX-Exchange/disruptor
High Performance Inter-Thread Messaging Library
yedf2/handy
🔥简洁易用的C++11网络库 / 支持单机千万并发连接 / a simple C++11 network server framework
sogou/srpc
RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.
Tencent/wwsearch
A full-text search engine supporting massive users, real-time updating, fast fuzzy matching and flexible table splitting.
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
JSQLParser/JSqlParser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
ithewei/libhv
🔥 比libevent/libuv/asio更易用的网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client/server.
torvalds/linux
Linux kernel source tree