Hacker News new | ask | show | jobs
by bpicolo 3344 days ago
Here's a much more thorough post on why it's fast. mmap is only a small part of it (a bunch of the grep implementations mmap)

http://blog.burntsushi.net/ripgrep/

1 comments

That's a great blog post. The `linux_literal` section is particularly interesting re: mmap.