calebzulawski / multiversion
Easy function multiversioning for Rust
☆221Updated 3 months ago
Alternatives and similar repositories for multiversion:
Users that are interested in multiversion are comparing it to the libraries listed below
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- Conditional compilation according to rustc compiler version☆350Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated 3 weeks ago
- offsetof for Rust☆225Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆230Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆259Updated 3 months ago
- Generic Atomic<T> type for Rust☆231Updated last year
- Delegation of trait implementations via procedural macros☆261Updated 8 months ago
- Cargo subcommand for viewing LLVM optimization remarks.☆174Updated 10 months ago
- a lock-free concurrent slab (experimental)☆280Updated 3 months ago
- Rust ABI safe code generator☆185Updated 8 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated last month
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Super-fast float parser in Rust (now part of Rust core)☆273Updated 2 years ago
- a smaller, faster and panic-free alternative to core::fmt☆363Updated last year
- Reflection via DWARF.☆297Updated 2 years ago
- A library for to allow multiple return types by automatically generated enum.☆362Updated last week
- ☆270Updated last month
- Count lines of LLVM IR per generic function☆437Updated 2 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆289Updated 7 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆180Updated last week
- A simple bitset container for Rust☆133Updated 4 months ago
- High-precision and consistent benchmarking framework/harness for Rust☆130Updated last week
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆242Updated 2 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆331Updated 3 months ago
- Small, fast, synchronization primitives☆244Updated 6 months ago
- Rust crate that provides a convenient macro to quickly plot variables.☆89Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆236Updated this week
- A fast and flexible LRU map.