Lock Free vectors for fast concurrent writes
@Arbitrary I did this a while ago, you might find it useful. It abandons the more traditional vector concept of sequential insert, so that `remove()` can be implemented. https://github.com/Alonely0/Lariv
Neat work, I’ll be sure to take a peek later.