shines77 / RingQueue

A lock-free(or spin-lock) Queue implemented by RingBuffer.
MIT License
124 stars 55 forks source link

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

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