damondd

Results 2 issues of damondd

folly conversion has been added to source, need to update the benchmark ?

folly::ProducerConsumerQueue比cameron314作者的spsc queue更快,希望能把folly::MPMCQueue也加入性能对比测试。源代码在 https://github.com/facebook/folly/blob/master/folly/MPMCQueue.h,其中提到在各种场景下比intel tbb::concurrent_queue快,肯定会是优秀的竞争者。 另外 https://github.com/cameron314/concurrentqueue 并非线性(并非先生产的一定先被处理),而市面上大多数concurrent queue是基于线性实现,性能上起点略不同。