indexation is pretty slow #340
Labels
improvement-request
Request for new or enhanced behavior.
investigating
A change request that's blocked on investigation, understanding, or implementation.
I built an index of 27k entries that are short sentences (nine English words average).
The search is pretty quick : 300ms in CLI, 600ms in the browser.
But building the index has been very long : 15 minutes on a core i7 CPU. Means 30 entries / seconds.
I've been doing the same exercise with other search engine also written is Rust and it was running at 2700 entries / seconds.
Any idea of what cost so much ? Any ways to optimize it ?
The text was updated successfully, but these errors were encountered: