Shnatsel / bounds-check-cookbookLinks
Recipes for avoiding bounds checks in Rust, without unsafe!
☆135Updated 3 years ago
Alternatives and similar repositories for bounds-check-cookbook
Users that are interested in bounds-check-cookbook are comparing it to the libraries listed below
Sorting:
- Rust microbenchmarking harness based on paired-testing methodology☆145Updated 2 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆203Updated 3 months ago
- A concurrent, append-only vector.☆209Updated 5 months ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆214Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆267Updated last month
- Discovering and describing Rust's design axioms☆79Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated 2 weeks ago
- A Rust code linter☆213Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- Program startup and thread support written in Rust☆199Updated 2 months ago
- How fast can we recognize a word from a small pre-determined set?☆88Updated 11 months ago
- Easy function multiversioning for Rust☆252Updated last year
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆117Updated 2 weeks ago
- Rust String Libraries by mcyoung☆197Updated 11 months ago
- Track and query Cargo dependency graphs.☆249Updated this week
- Simple async reactor and executor for rust☆78Updated 9 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆291Updated 2 weeks ago
- Reflection via DWARF.☆298Updated 2 years ago
- An ε-copy serialization/deserialization framework for Rust☆168Updated 3 weeks ago
- Comparison of Rust string types☆164Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated 3 weeks ago
- An IDE extension for debugging trait errors in Rust.☆309Updated 4 months ago
- A faster Arc.☆77Updated last year
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆334Updated 4 months ago
- Parallel processing with disjoint indices in Rust☆90Updated 8 months ago
- A fast, concurrent string interner☆162Updated last year
- Lazy formatting utility macro for rust☆129Updated 2 years ago