Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maxconradt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
29 ms
·
1.
▲
by
maxconradt
2y ago
That's definitely fair. Running the command `rg "amd_pci_dev_to_node_id"` with default settings on the Linux kernel source tree 5 times takes: 2.48s, 1.39s, 0.816s, 0.448s, 0.438s. I'm using an M2 Max Macbook Pro. The fi
2.
▲
by
maxconradt
2y ago
Generally, the problem with the type of search VSCode does is: 1. It returns zero results because you made a typo or added a term that doesn’t exist in any document. Codebased uses semantic search so it’s better at this, but if you typed in
3.
▲
by
maxconradt
2y 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
4.
▲
Show HN: Codebased, an AI Search Engine for Code
(codebased.sh)
17 points
by
maxconradt
2y ago
|
8 comments