Created
May 31, 2021 04:03
-
-
Save jamiedevsandbox/a2838dddcd37714e69ccf7f5f14647b5 to your computer and use it in GitHub Desktop.
Linux Kernel Live Grep
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Linux Kernel Live Grep | |
This livegrep project was an experiment in scaling real-time regex search, inspired in part by the death of Google Codesearch. | |
livegrep uses Russ Cox's excellent RE2 regular expression library, underneath a custom indexing and searching backend written in C++ with pthreads. The frontend is implemented in Go. | |
livegrep is written and run by Nelson Elhage and is open source. | |
https://livegrep.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment