rust-bakery / parser_benchmarks
Benchmarks for the nom, the Rust parser combinators library
☆124Updated 11 months ago
Alternatives and similar repositories for parser_benchmarks:
Users that are interested in parser_benchmarks are comparing it to the libraries listed below
- Judy array implementation in pure Rust☆84Updated 7 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- In support of measuring heap allocations in Rust programs.☆99Updated 5 years ago
- A very small GC in Rust, with a safe API☆61Updated 6 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆148Updated 8 months ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- Rust port of Google's SwissTable hash map☆55Updated 2 months ago
- Use format strings to create strongly-typed data pack/unpack interfaces☆62Updated last year
- A pool of reusable values☆50Updated 5 years ago
- Compact string type for zero-copy parsing☆251Updated last year
- Custom derivation macro for Rust☆111Updated 7 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆226Updated 3 months ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- Epoch-based garbage collection☆81Updated 6 years ago
- Context utilities in Rust☆87Updated last year
- Rust wrapper for Apple's Grand Central Dispatch.☆83Updated last year
- ☆30Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- The Computer Language Benchmarks Game: Rust implementations☆70Updated 5 years ago
- Safely combine results☆81Updated 4 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆105Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 9 months ago
- GLL parsing framework.☆137Updated 10 months ago
- Compile time stack traces for Rust errors (no backtrace!)☆75Updated 6 years ago
- Type-safe transmutations between layout-compatible types.☆120Updated 4 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated last week
- Automatic testing of FFI bindings for Rust☆122Updated 3 years ago
- SmallVec-backed stack string optimisation☆43Updated 4 years ago