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
/
rpc
/
at
e068116194eadd9ef4d619fc53371289bf317d58
1 folder
2 files
Dave Try
remove bazel (#634)
2y ago
d5723536
internal
remove bazel (#634)
2 years ago
rpc.go
Add RepoIds filter to /api/search based on new RepoIds query primitive (#521) This is a new parameter that can be passed in the request body to filter searches to a list of repositories by `repoid`. This makes use of a new `RepoIds` query filter.
3 years ago
rpc_test.go
Custom marshaller for RepoList (#498) Currently taking up 90% of object allocations for sg. This commit reduces that by 90%. The next step we can take is instead of returning a map we use a slice. name old time/op new time/op delta RepoList_Encode-8 166µs ± 4% 84µs ± 3% -49.12% (p=0.000 n=10+10) RepoList_Decode-8 519µs ± 2% 148µs ± 1% -71.46% (p=0.000 n=10+10) name old bytes new bytes delta RepoList_Encode-8 57.8kB ± 0% 51.1kB ± 0% -11.66% (p=0.000 n=10+10) name old alloc/op new alloc/op delta RepoList_Encode-8 4.06kB ± 0% 57.34kB ± 0% +1311.02% (p=0.000 n=10+10) RepoList_Decode-8 316kB ± 0% 259kB ± 0% -17.96% (p=0.000 n=10+7) name old allocs/op new allocs/op delta RepoList_Encode-8 1.00k ± 0% 0.00k ± 0% -99.90% (p=0.000 n=10+10) RepoList_Decode-8 6.59k ± 0% 0.59k ± 0% -91.09% (p=0.000 n=10+10) Test Plan: go test Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com> Co-authored-by: Camden Cheek <camden@ccheek.com>
3 years ago