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:
- A mortifying serialization library for Rust☆341Updated 2 years ago
- Manual segmented stacks for Rust☆318Updated 3 months ago
- Garbage collected smart pointers for Rust☆269Updated 3 years ago
- garbage collection☆323Updated 6 years ago
- Pssst!... see what Rust is doing behind the curtains 🕵🤫☆381Updated 2 years ago
- A library for creating references that carry their owner with them.☆376Updated last year
- Generic array types in Rust☆416Updated 5 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆269Updated 2 years ago
- Fast generic radix trie implemented in Rust☆203Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 6 months ago
- Super-fast float parser in Rust (now part of Rust core)☆278Updated 2 years ago
- Faster, more compact implementation of std::Cow☆356Updated 2 years ago
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆268Updated last year
- Fast numeric to- and from-string conversion routines.☆333Updated 6 months ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆299Updated last month
- An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection☆251Updated 2 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 2 months ago
- A compiler plugin to insert flame calls☆383Updated 2 years ago
- Efficient transactional memory in rust.☆210Updated 4 years ago
- An allocator that can track and limit memory usage.☆213Updated 2 years ago
- Simple but powerful graph library for Rust☆194Updated 2 years ago
- A command line tool for comparing benchmarks run by Criterion.☆251Updated 10 months ago
- A big 'ol pile of ICE.☆290Updated last year
- Compact string type for zero-copy parsing☆260Updated last year
- A Rust implementation of the xxHash algorithm.☆408Updated 2 months ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆185Updated last year
- Execute your code on the Rust ecosystem.☆184Updated 2 months ago
- Support crate for rustc's self-profiling feature☆367Updated last month
- GLL parsing framework.☆137Updated last year
- Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.☆262Updated 3 years ago