jdrouet · Mar 28, 2025
Building a search engine from scratch, in Rust: part 2
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
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 think about what we'll store and in what format. Defining A Document In the majority of time, the use of a search engine is coupled with a database, because it's rarely the search-engine…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.