Skip to content

qqrm/spin_fi_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Parallel Computation

This project provides a mechanism for performing parallel computations on a given data set using Rayon. It involves an algorithm to process numbers based on the Collatz conjecture.

Overview

Given a vector of numbers, the program can process each number in parallel or sequentially based on a specified threshold. The underlying algorithm follows a specific rule to reduce numbers and counts the steps to do so.

Setup

Prerequisites

  • Rust (latest stable version recommended)
  • Cargo (comes with Rust)

Installation

  1. Clone the repository:
git clone https://github.com/qqrm/spin_fi_test
  1. Navigate to the project directory:
cd spin_fi_test
  1. Build the project:
cargo build --release

Running Tests

To run all the tests, use:

cargo test

For benchmarking, you can use:

cargo bench

License

This project is licensed...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages