calebzulawski / multiversionLinks
Easy function multiversioning for Rust
☆251Updated 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☆384Updated 3 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆268Updated last month
- Conditional compilation according to rustc compiler version☆389Updated this week
- Delegation of trait implementations via procedural macros☆280Updated this week
- Count lines of LLVM IR per generic function☆487Updated this week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆289Updated 3 weeks ago
- High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.☆184Updated this week
- Reflection via DWARF.☆298Updated 2 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆210Updated this week
- Small, fast, synchronization primitives☆254Updated last year
- Cargo subcommand for viewing LLVM optimization remarks.☆191Updated 2 months ago
- ☆309Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆312Updated 5 months ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆215Updated 2 weeks ago
- Generic Atomic<T> type for Rust☆245Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last month
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Manual segmented stacks for Rust☆328Updated last month
- Better reference counted strings for Rust☆139Updated last year
- A fast, concurrent string interner☆162Updated last year
- in-place allocation-reusing queues for Rust☆392Updated last year
- ☆312Updated 2 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆281Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last week
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 5 months ago
- Make trait methods callable without the trait in scope☆161Updated this week
- A scope for async_std and tokio to spawn non-static futures☆154Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last month