Rust Impl Specialization RFC

RFCs for changes to Rust. Contribute to rust-lang/rfcs development by creating an account on GitHub. Read more

Similar

Writing a Seqlock in Rust

A seqlock — or “sequence lock” — is an optimized implementation of a reader-writer lock. In a seqlock “the data can be ‘protected’ by a sequence number. The sequence number starts at zero, and is incremented before and after writing the object. Each reade... (more…)

Read more »