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☆92Updated 4 years ago
- A very small GC in Rust, with a safe API☆63Updated last year
- Rust port of Google's SwissTable hash map☆57Updated 3 months ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- GLL parsing framework.☆138Updated last year
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆145Updated 6 years ago
- A pool of reusable values☆51Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Project dependency manager☆74Updated 6 years ago
- Context utilities in Rust☆94Updated 2 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 7 months ago
- A simple map based on a vector for small integer keys☆67Updated last year
- indexlist: A doubly linked list, backed by a vector☆85Updated 2 years ago
- ☆49Updated 5 months ago
- Callgraphs for Rust programs☆32Updated 10 years ago
- Use format strings to create strongly-typed data pack/unpack interfaces☆62Updated 2 years ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 6 years ago
- Epoch-based garbage collection☆81Updated 7 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- I/O and binary data encoding for Rust☆40Updated 10 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆230Updated 6 months ago
- ☆30Updated 4 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- skiplist☆144Updated 4 years ago
- A demand-driven compiler with strong IDE support☆195Updated 3 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- Rust library providing a lazily filled Cell☆60Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago