-
Notifications
You must be signed in to change notification settings - Fork 12
Rust
Ryan Stutsman edited this page Mar 14, 2018
·
14 revisions
- Rust Book
-
Rustonomicon
#![forbid(unsafe_code)]
- Discussion on Scoped Threads
- Crossbeam - scoped threading support and epoch framework for lock-free code
- Stanford Weld and paper
- Weld Rust Bindings
- JIT in Rust - not really JIT with LLVM or rustc, so not what we need, but holding link around for later in case it is useful
- Itertools Crate - tons on interesting combinators for iterators