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:
- Fast generic radix trie implemented in Rust☆213Updated 3 months ago
- A HashMap variant that spreads resize load across inserts☆196Updated 10 months ago
- Garbage collected smart pointers for Rust☆270Updated 3 years ago
- Manual segmented stacks for Rust☆328Updated last month
- A library for creating references that carry their owner with them.☆381Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- Super-fast float parser in Rust (now part of Rust core)☆285Updated 3 years ago
- A mortifying serialization library for Rust☆345Updated 2 years ago
- garbage collection☆324Updated 6 years ago
- Generic array types in Rust☆431Updated last month
- An ergonomic tracing garbage collector that supports mark 'n sweep garbage collection☆253Updated 3 years ago
- Pssst!... see what Rust is doing behind the curtains 🕵🤫☆382Updated 2 years ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆231Updated 6 months ago
- A command line tool for comparing benchmarks run by Criterion.☆257Updated last year
- Faster, more compact implementation of std::Cow☆370Updated 2 years ago
- A fast, non-secure, hashing algorithm derived from an internal hasher in FireFox.☆278Updated last year
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆164Updated last year
- Execute your code on the Rust ecosystem.☆188Updated 3 weeks ago
- A data structure to efficiently intern, cache and restore strings.☆206Updated 4 months ago
- Efficient transactional memory in rust.☆210Updated 4 years ago
- A compiler plugin to insert flame calls☆388Updated 2 years ago
- Rust interface to io_uring☆337Updated last year
- Fast numeric to- and from-string conversion routines.☆345Updated 2 months ago
- A big 'ol pile of ICE.☆291Updated last year
- SIMD-accelerated UTF-8 validation for Rust.☆574Updated last week
- skiplist☆144Updated 4 years ago
- An allocator that can track and limit memory usage.☆214Updated 2 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆315Updated 5 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆153Updated last month
- A linked-list based, lock-free concurrent hashmap in Rust.☆164Updated 5 years ago