rust-bakery / parser_benchmarksLinks
Benchmarks for the nom, the Rust parser combinators library
☆128Updated last year
Alternatives and similar repositories for parser_benchmarks
Users that are interested in parser_benchmarks are comparing it to the libraries listed below
Sorting:
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 4 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- A simple map based on a vector for small integer keys☆66Updated 10 months ago
- A very small GC in Rust, with a safe API☆62Updated last year
- indexlist: A doubly linked list, backed by a vector☆85Updated 2 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- A pool of reusable values☆51Updated 5 years ago
- I/O and binary data encoding for Rust☆39Updated 10 years ago
- Use format strings to create strongly-typed data pack/unpack interfaces☆62Updated 2 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆143Updated 6 years ago
- Epoch-based garbage collection☆81Updated 6 years ago
- Proof of concept for fast regexes in rust☆39Updated 9 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆163Updated last year
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- GLL parsing framework.☆137Updated last year
- Context utilities in Rust☆92Updated 2 years ago
- Rust port of Google's SwissTable hash map☆57Updated last month
- ☆27Updated 10 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- skiplist☆142Updated 3 years ago
- Project dependency manager☆74Updated 6 years ago
- Atomic file-writes.☆100Updated 11 months ago
- ☆94Updated last year
- ☆30Updated 4 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- probe: Static probes for Rust☆98Updated 2 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago