Problem I am wondering if someone can take a look at my lock-free, circular ring implementation which I use to […]
Tag: lock-free
Low-lock Multi-threading Implementation
Problem I’m designing in my spare time a game engine (for fun, not so much for profit, haha). I wanted […]
Simple Freelock collection
Problem I wrote simple lock-free collection class for saving items from multithreading code. I did it just for fun and […]