https://github.com/woflydev/package-optimizer
A rudimentary number-cruncher in Rust that optimizes rectangular packaging.
https://github.com/woflydev/package-optimizer
Last synced: 3 months ago
JSON representation
A rudimentary number-cruncher in Rust that optimizes rectangular packaging.
- Host: GitHub
- URL: https://github.com/woflydev/package-optimizer
- Owner: woflydev
- License: gpl-3.0
- Created: 2022-08-02T08:42:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T10:57:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T18:53:07.064Z (5 months ago)
- Language: Rust
- Size: 21.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Package Optimizer
A rudimentary number-cruncher in Rust that optimizes rectangular packaging.Early tests conclude that with a Ryzen 5950X, this program can crunch around 1 billion geometric algorithms in 40 seconds flat. There's still a lot of different optimizations that can be done (this was thrown together in half a day or so) such as taking it completely multithreaded but at the moment this is sufficient as far as I am concerned.
Simply unzip, navigate to folder through terminal of your preference, and run:
``cargo run --release``.Or, if you would simply like to build the executable:
``cargo build --release``.Have fun :)
``main.rs`` is not operational at this point in time, but ``graph.rs`` works fine.