mamot.fr is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mamot.fr est un serveur Mastodon francophone, géré par La Quadrature du Net.

Server stats:

3.5K
active users

Following the introduction, here is the part 1 of my series of articles on how to build a crossplatform search engine from scratch, in .

This section will handle how we'll store the encrypted data on any platform.

Enjoy reading it, feel free to provide some feedback, here or directly on GitHub 😉

jdrouet.github.io/posts/202503

jdrouet · Building a search engine from scratch, in Rust: part 1Or how to write on disk efficiently in the browser or any other device.
Jeremie

🧵 Following part 1, here is the part 2 of my series of articles on how to build a search engine from scratch, in .

📰 This article is about how we go from a document to a set of structured indexes.

💬 Enjoy reading it, feel free to provide some feedback, here or directly on GitHub 😉

🔗 Here is the link: jdrouet.github.io/posts/202503

Hello · HelloIn 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 wha…

🧵 And now, the part 3 or my series of articles on how to build a , in .

📰 This article is about how the sharding mechanism works.

💬 Enjoy reading it, feel free to provide me some feedback, here or directly on GitHub 😃

:fediverse: If you enjoy it, feel free to share it on other platforms!

🔗 Here is the link: jdrouet.github.io/posts/202503

jdrouet · Building a search engine from scratch, in Rust: part 3Or how we'll implement sharding and transactions for our search engine.