PlummersSoftwareLLC / Primes

Prime Number Projects in C#/C++/Python
https://plummerssoftwarellc.github.io/PrimeView/
2.46k stars 573 forks source link

Rust: added non-HT run #905

Closed mike-barber closed 1 year ago

mike-barber commented 1 year ago

Description

This is a small addition: A multithreaded run using physical cores in addition to the existing run with available hyperthreads. This is relevant for an apples-to-apples comparison of per-thread throughput.

Contributing requirements

Freaky commented 1 year ago

It would probably be wise to deduplicate the vec so platforms without HT don't end up running the same test again.

mike-barber commented 1 year ago

It would probably be wise to deduplicate the vec so platforms without HT don't end up running the same test again.

Thanks @Freaky - I forgot about that.

mike-barber commented 1 year ago

Thanks @rbergen! It's been ages indeed. Good to hear from you too!