Y
Hacker News
new
|
ask
|
show
|
jobs
by
enitihas
2299 days ago
Russ cox also wrote re2, an awesome regex library using finite automata, and providing protection against regex match taking exponential time.
1 comments
mesaframe
2299 days ago
>regex library using finite automata
Ehh
link
rejschaap
2299 days ago
https://en.m.wikipedia.org/wiki/Deterministic_finite_automat...
link
dbmueller
2299 days ago
>>regex library using finite automata >Ehh
By which you mean?
link
russtrotter
2299 days ago
I remember learning RE in the context of finite automata so I'm gathering that they are questioning the novelty of that implementation strategy?
link
guerrilla
2299 days ago
It's essential to it. Literally computer science 101
link
mesaframe
2299 days ago
Exactly
link
mesaframe
2299 days ago
Regex is equivalent to Finite Automata
link
Ehh