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:
- Judy array implementation in pure Rust☆87Updated 7 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- 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.☆101Updated 5 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- A very small GC in Rust, with a safe API☆62Updated 11 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Compact string type for zero-copy parsing☆257Updated last year
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- ☆94Updated last year
- Rust port of Google's SwissTable hash map☆56Updated last month
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- GLL parsing framework.☆137Updated last year
- 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
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆140Updated 6 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- I/O and binary data encoding for Rust☆38Updated 9 years ago
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- Utilities for dealing with substructures within syn macros☆139Updated 3 weeks ago
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated 2 years ago
- Safe atomic pointers☆59Updated 3 years ago
- Custom derivation macro for Rust☆111Updated 7 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- ☆124Updated 2 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆101Updated last year
- A pool of reusable values☆50Updated 5 years ago
- String interning for Rust☆199Updated last week
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year