alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zoekt
/
internal
/
archive
/
at
7d3b9db1aaf2181be398959d0da3061bdfa64d18
3 files
Dmitry Gruzd
index: add hybrid go-re2 engine for large file content matching (#1024)
3mo ago
971fcf5e
archive.go
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
e2e_test.go
refactor(all): goimports -w -local github.com/sourcegraph/zoekt (#948)
1 year ago
index.go
Move root-level index code to index package (#902) In the repo root, we have a bunch of low level logic around index building and searching. So we end up exposing internal logic through the main public `zoekt` package, for example `zoekt.Merge(...)`. This PR moves it into the `build` package, so all code related to index building lives together. It then renames `build` to `index` to reflect the broader focus on indexing and searching the index.
1 year ago