calebzulawski / multiversionLinks
Easy function multiversioning for Rust
☆252Updated last year
Alternatives and similar repositories for multiversion
Users that are interested in multiversion are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆386Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Reflection via DWARF.☆298Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated last week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week
- Small, fast, synchronization primitives☆254Updated last year
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆292Updated last month
- Cargo subcommand for viewing LLVM optimization remarks.☆205Updated 3 months ago
- Count lines of LLVM IR per generic function☆495Updated last month
- Delegation of trait implementations via procedural macros☆279Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆318Updated 6 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆269Updated last week
- Conditional compilation according to rustc compiler version☆389Updated last month
- Graph the number of crates that depend on your crate over time☆256Updated last week
- a lock-free concurrent slab (experimental)☆304Updated last week
- offsetof for Rust☆228Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- in-place allocation-reusing queues for Rust☆395Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆468Updated 4 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆261Updated 7 months ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆219Updated this week
- Generic Atomic<T> type for Rust☆247Updated 4 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆283Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆172Updated last year
- Compile-time string formatting☆261Updated 3 months ago
- ☆316Updated 4 months ago
- A crate to help you go wide. By which I mean use SIMD stuff.☆463Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago
- A fast, concurrent string interner☆164Updated last year