zesterer / ffdLinks
Fast Function Dispatch: Improving the performance of Rust's dynamic function calls
☆33Updated 8 months ago
Alternatives and similar repositories for ffd
Users that are interested in ffd are comparing it to the libraries listed below
Sorting:
- A primitive for writing structural search and replace programs for rust☆31Updated 11 months ago
- Tiny little crate to determine how large an unnameable type is.☆12Updated 3 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆41Updated last month
- Imitate the documentation build that docs.rs would do☆52Updated 5 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 8 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- Fallible is an Option with inverted Try-semantics.☆26Updated 2 years ago
- Some internal rustc tools made accessible☆47Updated 6 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆80Updated 2 months ago
- A simple set of Rust proc macros for reading and writing global compile-time state between macro calls☆29Updated 9 months ago
- Experimenting with Rust's fundamental data model☆52Updated 9 months ago
- Mirror of Rust's allocator api for use on stable rust☆62Updated last month
- Count directory entries—`ls | wc -l` but faster☆28Updated 5 months ago
- Unbuffered and unlocked I/O streams☆45Updated 4 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Serde Visitor for deserializing untagged enums☆63Updated last month
- Exhaustive iteration trait in Rust☆16Updated last week
- Efficient byte-stream pipe buffer☆43Updated last year
- Make any value Sync but only available on its original thread☆39Updated 4 months ago
- A Rust library for runtime-checked linearish types☆34Updated last year
- Take a value atomically once.☆30Updated 2 years ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 10 months ago
- An experimental allocated buffer suitable for image data (Rust library).☆34Updated last week
- A memory efficient syntax tree for language developers☆62Updated last month
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- A simple macro to create correct opaque pointers☆22Updated 4 years ago
- Remove Cargo.lock lockfile☆32Updated 5 months ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year