Skip to content
Wes Fletcher edited this page Apr 22, 2018 · 6 revisions

Initial Scope

Create a Rust application that utilizes the Majordomo pattern and incorporate the THRASH algorithm into it.

Changes in Scope

Change 1: THRASH may take too much time. Instead, start by incorporating Reduction (min, max, sum, average) into the Majordomo pattern.

Change 2: Research the Resolving power algorithm and incorporate it into the Majordomo pattern.

Change 3: Run program using child Worker processes. Establish a framework which will allow other users to add more algorithms to the project.

Clone this wiki locally