8 ms·
One of the authors here: Happy to answer any questions. Keep in mind this was a school project from 2012 (Kayvon's 15-418 at CMU, a wonderful class), so it's be
by bkase 7y ago
One of the authors here: Happy to answer any questions. Keep in mind this was a school project from 2012 (Kayvon's 15-418 at CMU, a wonderful class), so it's been a while.
- Athas 7y agoIs the code available? The links are dead.
- bkase 7y agoHmm I'll take a look at that. Yes code is here: https://github.com/bkase/CUDA-grep https://github.com/bkase/CUDA-grep
- carlmr 7y agoCan you run your benchmarks against ripgrep and report back?
- ltc5505 7y agoThe references on the project site lead to 404. Are they CMU internal links?
- qznc 7y agoDid grep treat the input file as ASCII or UTF8? I remember another story where someone claimed to be faster than grep. Turned out the comparison was unfair because if this distinction. I believe LANG=C is enough to turn grep into ASCII mode.