Skip to content

3D bin-packing with weight limit using first-fit decreasing algorithm

License

Notifications You must be signed in to change notification settings

michael-groble/easy-box-packer

 
 

Repository files navigation

Rust EasyBoxPacker

This is a direct copy of easy-box-packer

It doesn't do anything to fix the test failures, but implements pack in rust using rutie.

In pure ruby, pack_benchmark takes ~22 seconds. With the rust implementation, it is under 1 second.

About

3D bin-packing with weight limit using first-fit decreasing algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 62.3%
  • Ruby 37.7%