Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 347 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 347 Bytes

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.