Skip to content

xNul/multithreading-projects-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors