6
Lock Free vectors for fast concurrent writes
(ibraheem.ca)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
@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/LarivNeat work, I'll be sure to take a peek later.