项目作者: github188

项目描述 :
用posix的多线程和自旋锁根据http://www.cs.rochester.edu/research/synchronization/pseudocode/queues.html#tlq 算法实现了一个Two-Lock Concurrent Queue。 同时根据用C语言实现了CAS锁根据Non-Blocking Concurrent Queue Algorithm算法实现了 一个非阻塞的并发队列。
高级语言: C
项目地址: git://github.com/github188/concurrent-queue-.git
创建时间: 2016-11-30T03:25:01Z
项目社区:https://github.com/github188/concurrent-queue-

开源协议:

下载