This is a gist of ideas, notes etc. Some of them will be used for more detailed articles in my other blog.
Wednesday, October 3, 2012
Lock-free queue benchmark
My Lock and lock-free queue benchmark in Java:
https://github.com/exhu/miscalg/tree/master/lockfreej
Possibly contains ABA problem, but did not show itself while tests -)
No comments:
Post a Comment