BurntSushi / regex-automataLinks
A low level regular expression library that uses deterministic finite automata.
☆351Updated 2 years ago
Alternatives and similar repositories for regex-automata
Users that are interested in regex-automata are comparing it to the libraries listed below
Sorting:
- Garbage collected smart pointers for Rust☆270Updated 3 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 7 months ago
- Manual segmented stacks for Rust☆319Updated 4 months ago
- garbage collection☆323Updated 6 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 3 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated 2 years ago
- Generic array types in Rust☆415Updated 6 months ago
- A library for creating references that carry their owner with them.☆377Updated last year
- Super-fast float parser in Rust (now part of Rust core)☆280Updated 2 years ago
- Fast generic radix trie implemented in Rust☆203Updated 2 years ago
- Fast numeric to- and from-string conversion routines.☆336Updated 7 months ago
- A mortifying serialization library for Rust☆341Updated 2 years ago
- Faster, more compact implementation of std::Cow☆362Updated 2 years ago
- A command line tool for comparing benchmarks run by Criterion.☆253Updated 11 months ago
- Pssst!... see what Rust is doing behind the curtains 🕵🤫☆381Updated 2 years ago
- Execute your code on the Rust ecosystem.☆184Updated 3 weeks ago
- Compact string type for zero-copy parsing☆262Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆161Updated last year
- An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection☆252Updated 2 years ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- SIMD-accelerated UTF-8 validation for Rust.☆564Updated 5 months ago
- A compiler plugin to insert flame calls☆384Updated 2 years ago
- A big 'ol pile of ICE.☆291Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆305Updated 2 months ago
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆268Updated last year
- Support crate for rustc's self-profiling feature☆370Updated 2 months ago
- String interning for Rust☆204Updated this week
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆185Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆278Updated 2 years ago
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆260Updated 3 years ago