14 skills found
craflin / LockFreeQueueLock-free multi-producer multi-consumer ring buffer FIFO queue.
importcpp / WebServerC++高性能网络服务器
terrylao / PascalContaineradvanced data structure in Pascal, include B-Tree,B+-Tree,B*-Tree,T-Tree,HashMap,priority queue,red-black-Tree,AVL-tree,Quad-Tree,SkipList,Sortable Single Linklist,Sort Function,LockFreeQueue,nth_element,M-tree,PDQSort
elijahr / LockfreequeuesLock-free queue implementations for Nim.
bhhbazinga / LockFreeQueueLock Free Queue Based On Hazard Pointer.
Miaoshuai / LockFreeQueue用C++11的std::atomic<T>实现一个无锁队列
manojds / LockFreeQueueForIPCA Low Latency C++ LockFree Queue for IPC Using Shared Memory
Joseph-Matteo-Scorsone / Zig LockFreeQueueZig Library that implements a Michael-Scott lock free queue with the use of Atomic types.
UnterrainerInformatik / LockfreequeueThis is a lock-free queue. Implemented without wait-states at all.
maolonglong / LockfreequeueA lock-free queue using go1.18 generics
ppd324 / LockFreeQueueC++无锁队列
codebobo / TrantorThreada multi-thread programming library based on C++11 standard. Including FixedThreadPool, CacheThreadPool, SingleThreadPool,BlockQueue, LockFreeQueue, ShareMutex etc.
QuantFabric / UtilsUtils基础工具模块,提供交易系统不同组件共用的工具模块,如配置加载模块、HPPackClient客户端、HPPackServer服务端、SQLiteManager数据库操作、Singleton单例、Logger日志、RingBuffer、LockFreeQueue无锁队列、IPCMarketQueue行情消息队列、IPCLockFreeQueue内存队列、SnapShotHelper快照工具、时间戳函数、字符串工具函数、不同组件消息通信协议。
mhy12345 / SharedApplicationLinux shared memory wrapper in C++, lock-free queue