lock free queues

简介:

无锁队列,下面链接是源码,包含4种队列:单生产者单消费者/多生产者多消费者,队列定长/不定长。元素建议为简单数据类型,复杂类型都采用指针形式。

queues-master.zip

 










本文转自 jiu~ 博客园博客,原文链接:http://www.cnblogs.com/jiu0821/p/7400917.html,如需转载请自行联系原作者
目录
相关文章
|
4月前
queue Thread-Safe FIFO Implementation
queue Thread-Safe FIFO Implementation
42 1
|
安全 C++
boost1.53中的lock-free
boost1.53中的lock-free
529 0
非阻塞算法(Lock-Free)的实现
非阻塞算法(Lock-Free)的实现
|
缓存 .NET 调度
shared pool latch和library cache latch
shared pool latch和library cache latch    >                                   >          ...
918 0
|
SQL 关系型数据库 Oracle
[20170103]关于latch shared pool.txt
[20170103]关于latch shared pool.txt --网友问的问题:http://www.itpub.net/thread-2074374-1-1.html SCOTT@book> select * from V$EVENT_NAME where...
971 0