kamirr / math-jitLinks
☆35Updated 11 months ago
Alternatives and similar repositories for math-jit
Users that are interested in math-jit are comparing it to the libraries listed below
Sorting:
- Human-friendly indexed collections☆56Updated 2 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆36Updated last year
- Experimenting with Rust's fundamental data model☆57Updated 3 months ago
- Exhaustive iteration trait in Rust☆19Updated 3 weeks ago
- How fast can we recognize a word from a small pre-determined set?☆88Updated 11 months ago
- State machine pattern for Rust☆29Updated last year
- Minimalist Rust syntax parsing for procedural macros☆66Updated last year
- An immutable data structure with O(1) append, prepend, and concat time complexity.☆35Updated last month
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- 🐱concat! with support for const variables and expressions☆46Updated last month
- SIMD-optimized B+ Tree implementation that uses integer keys☆85Updated 5 months ago
- Obsessively tiny error derive macro☆87Updated 11 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated 7 months ago
- Asynchronize blocking operation.☆26Updated 3 years ago
- A primitive for writing structural search and replace programs for rust☆31Updated 3 months ago
- horrible serde macro stuff☆39Updated 2 years ago
- Zero-cost specialization in generic context on stable Rust☆24Updated 7 months ago
- ☆64Updated 5 months ago
- Increased precision floating point numbers implemented purely in Rust.☆21Updated 8 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆41Updated last year
- Parse JSON file at compile time and embed as serde_json::Value☆34Updated 3 weeks ago
- ☆30Updated last year
- Rust data types and a macro for generating enumeration-based bit flags☆51Updated last month
- Helps you frob those bits☆41Updated last year
- Concise bit field extraction☆62Updated last year
- Rate-limit middleware for reqwest.☆18Updated last week
- An evil parsing library.☆54Updated 2 years ago
- Lending iterators on stable Rust☆83Updated last year
- A Rust library for runtime-checked linearish types