dtrifuno / quickdiv
Library for fast division and modulo operations by a fixed divisor
☆13Updated last year
Alternatives and similar repositories for quickdiv:
Users that are interested in quickdiv are comparing it to the libraries listed below
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 3 months ago
- Thread-unsafe async runtime☆27Updated 3 months ago
- constant-size associative container backed by a simple array☆19Updated last year
- Rust String type with configurable byte storage.☆34Updated 5 months ago
- A parser and evaluator for Rust cfg() expressions. Targets as of Rust 1.58.0 are supported.☆40Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- Full precision decimal representation of f64☆25Updated this week
- bytes::BufMut implementation to count buffer size☆22Updated this week
- Tiny little crate to determine how large an unnameable type is.☆10Updated last year
- Automatically verify traits invariants for [Partial]Eq, [Partial]Ord, Hash, [DoubleEnded|Fused]iterator☆20Updated last year
- Make any value Sync but only available on its original thread☆37Updated this week
- Assure that your tests are there, and well written.☆15Updated 2 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 7 months ago
- An experimental allocated buffer suitable for image data (Rust library).☆30Updated last month
- An alternative `std`-like implementation built on origin☆26Updated last month
- A Rust memory allocator for large slices that don't escape the stack.☆30Updated 2 years ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆26Updated this week
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆56Updated last year
- `smol` integrations with `hyper`☆14Updated 3 months ago
- Remove Cargo.lock lockfile☆33Updated 3 weeks ago
- An async virtual filesystem interface in Rust☆37Updated last year
- Case-preserving, ASCII case-insensitive `no_std` string types for Rust.☆12Updated last year
- ☆12Updated last year
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆16Updated last week
- Proof of concept of procedural macro input parsed by LALRPOP☆51Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 months ago
- Byte-wise atomic memcpy.☆32Updated this week
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆33Updated this week
- 🗃 UTF-8 string, byte string, and C string interner☆27Updated this week
- Count directory entries—`ls | wc -l` but faster☆27Updated 3 weeks ago