|
|
|
|
|
by maxconradt
637 days ago
|
|
This timing is for making queries after the index is created, so it’s only two API calls for embedding / re-ranking.
Overall, during testing Codebased took ~1 second to search the Linux kernel and ripgrep took ~2 seconds because it’s expensive to read gigabytes of text from disk.
It’s slower for small projects, but I’m working on that. |
|
ripgrep generally shouldn't be reading from disk. If you're benchmarking Codebased after an initial indexing step, then ripgrep should be benchmarked on a warm cache IMO.