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:
- Rust port of Google's SwissTable hash map☆56Updated 2 months ago
- Judy array implementation in pure Rust☆88Updated 7 years ago
- A very small GC in Rust, with a safe API☆62Updated last year
- Context utilities in Rust☆89Updated last year
- GLL parsing framework.☆137Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- Experimental Rust QUIC implementation - moved to https://github.com/djc/quinn☆67Updated 6 years ago
- Epoch-based garbage collection☆81Updated 6 years ago
- A pool of reusable values☆50Updated 5 years ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- indexlist: A doubly linked list, backed by a vector☆85Updated last year
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆140Updated 6 years ago
- Use format strings to create strongly-typed data pack/unpack interfaces☆62Updated last year
- ☆95Updated last year
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- ☆27Updated 10 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Compact string type for zero-copy parsing☆259Updated last year
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Callgraphs for Rust programs☆32Updated 9 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- probe: Static probes for Rust☆95Updated 2 years ago
- Proof of concept for fast regexes in rust☆39Updated 8 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago