https://github.com/skgland/dist-sys-challenge
https://github.com/skgland/dist-sys-challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skgland/dist-sys-challenge
- Owner: Skgland
- Created: 2023-07-15T01:01:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T21:16:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T01:46:57.797Z (4 months ago)
- Language: Rust
- Size: 705 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project for my Implementation for the Gossip Glomers Challenges by Fly.io
=========================================================================[Gossip Glomers by Fly.io](https://fly.io/dist-sys/)
Note: The tests do not check that the efficiency targets e.g. for braodcast part d/e are met
those need to be verified manually, as of writing they are not fullfilled.# Run
- Install all pre-requisits
Note: the tests use `bash` to start `maelstrom`
- Download maelstrom and extract it into the project directory.
Such that it can be run with `$PROJ_DIR/maelstrom/maelstrom` from a bash shell.
- Run `cargo test` or `cargo test --release`