ethanpailes/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
RustApache-2.0
Issues
- 0
- 0
- 0
- 0
- 0
A testing thing
#1 opened by ethanpailes - 1
Impliment Skip Fusion
#9 opened by ethanpailes - 1
- 0
- 0
Impliment some cool regex algos
#23 opened by ethanpailes - 0
- 0
Impliment Skip Fusion
#26 opened by ethanpailes - 0
Find another source of regex from the wild
#25 opened by ethanpailes - 0
- 0
Regex Intersection for Alternation
#30 opened by ethanpailes - 0
- 0
More Case Studdies
#27 opened by ethanpailes - 2
Make naked .* fast
#19 opened by ethanpailes - 1
Write optimization sniffing infra
#20 opened by ethanpailes - 0
General Writing Notes
#28 opened by ethanpailes - 2
Add support for multiple literal terminators
#11 opened by ethanpailes - 0
- 2
Try to think through EmptyLook support
#15 opened by ethanpailes - 1
- 1
DFA filter
#16 opened by ethanpailes - 1
Log file stats case study
#18 opened by ethanpailes - 1
- 0
Add the ability to force specific backends for the normal regular expression engine
#12 opened by ethanpailes - 0
Benchmark skip-bounded backtracker
#6 opened by ethanpailes - 0
- 0
Special anychar instruction?
#2 opened by ethanpailes - 0
SIMD for zeroing the backtracker bitset.
#3 opened by ethanpailes