rust-bakery / parser_benchmarks
Benchmarks for the nom, the Rust parser combinators library
☆127Updated last year
Alternatives and similar repositories for parser_benchmarks:
Users that are interested in parser_benchmarks are comparing it to the libraries listed below
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Judy array implementation in pure Rust☆86Updated 7 years ago
- Context utilities in Rust☆87Updated last year
- Proof of concept for fast regexes in rust☆38Updated 8 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆137Updated 6 years ago
- Use format strings to create strongly-typed data pack/unpack interfaces☆62Updated last year
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆227Updated 5 months ago
- skiplist☆141Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆153Updated 10 months ago
- Rust port of Google's SwissTable hash map☆55Updated 4 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- In support of measuring heap allocations in Rust programs.☆100Updated 5 years ago
- A pool of reusable values☆50Updated 5 years ago
- indexlist: A doubly linked list, backed by a vector☆85Updated last year
- A very small GC in Rust, with a safe API☆61Updated 8 months ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated last year
- ☆93Updated last year
- A contiguous-in-memory double-ended queue that derefs into a slice☆154Updated 3 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated last year
- Custom derivation macro for Rust☆112Updated 7 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Rust library providing a counter-based thread barrier☆53Updated 6 years ago
- Atomic file-writes.☆98Updated 5 months ago
- Emulating Higher-Kinded Types in Rust via Plug/Unplug. Also, Monads.☆30Updated 5 years ago