Shnatsel / bounds-check-cookbookLinks
Recipes for avoiding bounds checks in Rust, without unsafe!
☆127Updated 2 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☆142Updated last week
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆171Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Program startup and thread support written in Rust☆194Updated 5 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆185Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆260Updated 3 weeks ago
- Easy function multiversioning for Rust☆240Updated 10 months ago
- A Rust code linter☆215Updated last year
- An ε-copy serialization/deserialization framework for Rust☆159Updated this week
- Append-only collections for Rust where borrows to entries can outlive insertions☆260Updated 3 months ago
- A concurrent, append-only vector.☆203Updated 2 months ago
- Rust String Libraries by mcyoung☆195Updated 9 months ago
- A Vec That Has a Smaller size_of☆146Updated 3 weeks ago
- Discovering and describing Rust's design axioms☆78Updated last year
- Track and query Cargo dependency graphs.☆237Updated last week
- A fast, concurrent string interner☆157Updated last year
- Reflection via DWARF.☆297Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆114Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆135Updated 4 months ago
- ☆279Updated last month
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆306Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆278Updated 2 months ago
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆102Updated 3 months ago
- Comparison of Rust string types☆160Updated 3 weeks ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated last year
- Succinct data structures using very efficient rank and select☆127Updated last week
- cargo-add command to make dependencies into dylibs☆102Updated 3 years ago
- ☆113Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago