Making Roogle, a distributed search engine in Rust - part 1
Today we are going to start making a distributed search engine using Rust. I chose Rust since it is blazingly fast.
Today we are going to start making a distributed search engine using Rust. I chose Rust since it is blazingly fast.
Today we will continue making our Google-like search engine, Roogle. Sounds exciting? Tune in! Defining a base-ground In the previous post, I did some work, trying to establish a baseline.