My solutions, implemented in Rust, to the Gossip Glomers distributed systems challenges by Fly.io.
- Make sure the prerequisites are met by your system.
- Download the latest tarball(
tar.bz2
file) from the Releases page. - Extract the tarball to the
./maelstrom
directory in the root of this repository.
I have set up several commands in the justfile
that you can run with just <test_name>
. Each one tests a different workload, implemented by binaries found inside src/bin
.
I plan on implementing more workflows in the future.