Helpful Resources
- Rust Standard Library Documentation
- Jon Gjenset's Youtube Channel
- The Book
- The Rust Reference
- The Rustonomicon
- Preshing's Blog (especially his content on atomics and lock-free programming!)
- Learn Rust With Entirely Too Many Linked Lists
Reading source code is a great way to learn!
crossbeam_queue
crossbeam_utils
atomic
haphazard
std::vec::Vec
(also check outRawVec
)