Hacker News
new
top
best
ask
show
job
Spot – Git repo code search, replace, diff and merge
(
github.com
)
1 point
by
gritzko
3 hours ago
2 comments
ergshankar
3 hours ago
This looks useful. How does it perform on larger repositories with many files?
gritzko
3 hours ago
It can use multiple cores for a full reindex. On each commit, it reindexes affected files.
esafak
3 hours ago
How does it compare with
https://github.com/sourcegraph/zoekt
?