Hacker News new | ask | show | jobs
by puzzle 3087 days ago
Google also has this:

https://source.bazel.build

1 comments

That's not an open source product and not available otherwise, though it is backed by kythe.
If you want to have an open source index search, you can try out github.com/google/zoekt/ . See here for a demo site: https://cs.bazel.build/

For example: https://cs.bazel.build/search?q=r%3Atorvalds+meltdown&num=50 searches the Linux kernel for "meltdown"