Y
Hacker News
new
|
ask
|
show
|
jobs
by
jeffrallen
2300 days ago
Russ Cox was involved in this, and also Go. There are important connections between them.
1 comments
enitihas
2300 days ago
Russ cox also wrote re2, an awesome regex library using finite automata, and providing protection against regex match taking exponential time.
link
mesaframe
2300 days ago
>regex library using finite automata
Ehh
link
rejschaap
2300 days ago
https://en.m.wikipedia.org/wiki/Deterministic_finite_automat...
link
dbmueller
2300 days ago
>>regex library using finite automata >Ehh
By which you mean?
link
russtrotter
2300 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
2300 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