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:
- GLL parsing framework.☆137Updated last year
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆157Updated last year
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆64Updated 2 years ago
- Judy array implementation in pure Rust☆88Updated 7 years ago
- A very small GC in Rust, with a safe API☆62Updated 11 months ago
- Context utilities in Rust☆89Updated last year
- skiplist☆142Updated 3 years ago
- A pool of reusable values☆50Updated 5 years ago
- A crate which defines parsers for common programming language constructs using https://github.com/Marwes/combine☆90Updated 3 years ago
- Rust port of Google's SwissTable hash map☆56Updated last month
- PEG parser generator built on top of nom☆70Updated 5 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Collecting examples and information to help design a memory model for Rust.☆126Updated 6 years ago
- ☆129Updated 5 years ago
- A fast monadic-style parser combinator designed to work on stable Rust.☆244Updated 3 years ago
- Manual segmented stacks for Rust☆308Updated last month
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- An interface to a generic allocator so a no_std rust library can allocate memory, with, or without stdlib being linked.☆174Updated last year
- A work-stealing fork-join threadpool written in Rust.☆86Updated 8 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆140Updated 6 years ago
- The simd optimized escape code☆54Updated last week
- 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
- Experimental Rust QUIC implementation - moved to https://github.com/djc/quinn☆67Updated 6 years ago
- Callgraphs for Rust programs☆32Updated 9 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆38Updated 7 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆106Updated 2 years ago
- LLVM wrappers for Rust☆68Updated 7 years ago
- String interning for Rust☆200Updated last month