package
0.0.0-20240411154149-6f8b5097f243
Repository: https://github.com/r-niagra/research.git
Documentation: pkg.go.dev
# README
Looks like lock-free queue implementation is no better in benchmarks. More benchmarking to follow...
I suspect GC cleanup overhead due to linked-list pointers in memory. Will memory profile to further diagnose it.
I'd also check overhead of compareAndSwap operation