Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lubomir
on Aug 24, 2016
|
parent
|
context
|
favorite
| on:
Why GNU grep is fast (2010)
For those interested in the Boyer-Moore algorithm, this is an commented demonstration:
http://www.cs.utexas.edu/users/moore/best-ideas/string-searc...
Compare to Knuth-Pratt-Morris:
http://www.cs.utexas.edu/users/moore/best-ideas/string-searc...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Compare to Knuth-Pratt-Morris: http://www.cs.utexas.edu/users/moore/best-ideas/string-searc...