Michael D.

Results 5 comments of Michael D.

Hello! Are you assigning issues or should we just create a pull request once we've developed a solution? If you are assigning could you please assign this to me 😄

Ok brilliant I have two main solutions currently **Solution 1 - Parallel Search** The first solution I can think of is parallel searching them by finding the greatest factor of...

**Current System** While the time complexity may be low due to the speed of Rust the current system is already extremely fast, my collected data is shown below: | Items...

**Alternative Linear Search** While testing I also thought I'd consider an alternative linear search to the one used in the existing code. The code for this linear search is below:...

> > > @Dinoosawruss can I see how you tested? I tried to reproduce the same benchmarks, but my results were quite different, my times were much more linear when...