Login
From:
jdrouet
(Uncensored)
subscribe
Building a search engine from scratch, in Rust: part 2
https://jdrouet.github.io/posts/202503191700-search-engine-part-2/
links
backlinks
Roast topics
Find topics
Find it!
In the previous article, I explained how we'll write on disk and how we'll implement an abstraction so that it works on any device as well as in the browser. Now, it's time to start thinking about what we'll be storing and in what shape.