Skip to content

Multithreading projects in Rust. Contains the implementation of algorithms that are lock-less, lock-free, wait-free, and more.

License

Notifications You must be signed in to change notification settings

xNul/multithreading-projects-rs

Repository files navigation

What is this?

A repository for my COP 6616 Multicore class Rust assignments.

Building and Running an Assignment

To build an assignment listed in this repository, the command cargo build --release -p <assignment> can be used with Rust and the Cargo package manager.

The executable will then be found under target/release/<assignment>.

To run an assignment without building, the command cargo run --release -p <assignment> can be used.

About

Multithreading projects in Rust. Contains the implementation of algorithms that are lock-less, lock-free, wait-free, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages