/codepk-queue

Try to implements an lock free queue in go

Primary LanguageGo

codepk-queue

Try to implements an lock free queue in go.

尝试解决 penny代码PK大赛官方主页 中提到的问题

执行结果

运行环境:

型号:Macbook Pro MD313
处理器:2.4 GHz Intel Core i5 (4核)
内存:8GB 1333 MHz DDR3

执行命令:

$ go run codepk.go

输出结果:

Count: 1000000000 Read threads 10 Write threads 10
Channel queue: 3m54.247992s
Ring array queue: 2m51.723644s