Y
Hacker News
new
|
ask
|
show
|
jobs
by
eidorianu
5654 days ago
diego, what was the language used to implement that search engine back in 98'?
1 comments
diego
5654 days ago
C, I probably still have that source code around. It was very rudimentary: an inverted index with no relevance, only AND queries (intersection of word vectors). I had the index mmap'ed because it was pretty small.
link