Skip to content

kingchumphon/RingQueue-utf8

 
 

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

About

A spin-lock Queue implemented by RingBuffer.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 53.8%
  • C 25.4%
  • C# 8.4%
  • Java 6.9%
  • CMake 3.4%
  • Makefile 2.1%