RingQueue

所属分类:其他
开发工具:C++
文件大小:0KB
下载次数:4
上传日期:2020-10-16 03:28:52
上 传 者sh-1993
说明:  由RingBuffer.实现的无锁(或自旋锁)队列。,
(A lock-free(or spin-lock) Queue implemented by RingBuffer.,)

文件列表:
CMakeLists.txt (6308, 2020-10-15)
LICENSE (1078, 2020-10-15)
Makefile (9747, 2020-10-15)
RingQueue.cbp (3911, 2020-10-15)
RingQueue_Linux.cbp (3853, 2020-10-15)
RingQueue_vc2008.sln (889, 2020-10-15)
RingQueue_vc2010.sln (1238, 2020-10-15)
RingQueue_vc2013.sln (1315, 2020-10-15)
RingQueue_vc2015.sln (1315, 2020-10-15)
_mktime32.txt (300, 2020-10-15)
build/ (0, 2020-10-15)
cmake/ (0, 2020-10-15)
cmake/modules/ (0, 2020-10-15)
cmake/modules/DisplayComplierEnv.cmake (1822, 2020-10-15)
cmake/modules/GetCompilerToolset.cmake (4192, 2020-10-15)
disruptor/ (0, 2020-10-15)
disruptor/csharp/ (0, 2020-10-15)
disruptor/csharp/Program.cs (715, 2020-10-15)
disruptor/csharp/Version.cs (826, 2020-10-15)
disruptor/csharp/nPnCRingQueueTest.cs (22282, 2020-10-15)
disruptor/java/ (0, 2020-10-15)
disruptor/java/RingBufferPerfTest.bat (177, 2020-10-15)
disruptor/java/RingBufferPerfTest.java (14722, 2020-10-15)
disruptor/java/RingBufferPerfTest2.java (16891, 2020-10-15)
douban/ (0, 2020-10-15)
douban/SpinWait.cs (14848, 2020-10-15)
douban/a.c (2993, 2020-10-15)
douban/a2.c (3635, 2020-10-15)
douban/a3.c (4673, 2020-10-15)
douban/mq.c (999, 2020-10-15)
douban/q.h (1472, 2020-10-15)
douban/q3.h (2006, 2020-10-15)
douban/q3_new.h (2189, 2020-10-15)
douban/qlock.h (848, 2020-10-15)
include/ (0, 2020-10-15)
include/RingQueue/ (0, 2020-10-15)
... ...

RingQueue --------- A message queue implemented by RingBuffer that use spin-lock or lock-free. 一个用RingBuffer实现的消息队列,使用自旋锁或lock-free. ### GBK-version: https://github.com/shines77/RingQueue ### UTF8-version: https://github.com/shines77/RingQueue-utf8 ### Supported Systems * Windows XP or later (32-bit or 64-bit) * Linux OS (32-bit or 64-bit) * MacOS X10.6 or higher (32-bit or 64-bit) ### Blog Topic(s): http://www.cnblogs.com/shines77/p/4192787.html http://www.cnblogs.com/shines77/p/4209871.html http://www.cnblogs.com/shines77/p/4217636.html

近期下载者

相关文件


收藏者