Skip to content

Commit

Permalink
update red meh
Browse files Browse the repository at this point in the history
  • Loading branch information
woflydev authored Aug 2, 2022
1 parent 2037501 commit eb69ef2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# package-optimizer
# 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 :)

0 comments on commit eb69ef2

Please sign in to comment.