/RingQueue-utf8

A spin-lock Queue implemented by RingBuffer.

Primary LanguageC++MIT LicenseMIT

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