Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RUST Compile optimisations built on the excellent work of others. Linux & Windows. With a RUST setup guide for Windows #28

Open
HakMe2Deth opened this issue Nov 29, 2023 · 0 comments

Comments

@HakMe2Deth
Copy link

Expanding on some great work done by other contributors, I created a few optimisations for the RUST implementations

e.g.

  1. Additional compile options for RUST in Linux based on @dzamlo native cpu script - https://gitlab.com/dzamlo/polycubes2
  2. Linux and Windows RUST implementation using the script by @pbj4 - https://github.com/pbj4/polycubes
  3. Additional steps on Linux to setup a ram disk, copy the project to it run in ram
  4. Windows batch script for RUST converted on the above
  5. RUST install for Windows tutorial

Note: When compiling I found that AMD processors where more efficient than Intel. Although I only had two systems to test. My personal PC with an AMD R7 5700X (8C/16T) overclocked and an Intel XEON Silver 4210 (10C/20T) but that may be down to processor clock speed.

There were a few more contributors such as @hidny that inspired ideas.

My guides are at pbj4/polycubes#1
Main thread where I posted some timings while going through the compile optimisations - mikepound/opencubes#52

Hope this helps

Tony

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant