5 ms·
diego, what was the language used to implement that search engine back in 98'?
by eidorianu 16y ago
diego, what was the language used to implement that search engine back in 98'?
- diego 16y agoC, 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.