Skip to content

Commit

Permalink
Bizarrely, adding the missing dimension sped the whole thing up. Result!
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jul 21, 2014
1 parent 7269a19 commit 0c97ff6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ Basic usage then looks something like the below:
/* $packedBox->getItems() contains the items that fit */
```

BoxPacker is designed to run calculations as efficiently as possible, the 7500+ tests in the test suite run in 11
seconds on my workstation, giving a rate of approx ≈680 solutions/second which should be more than sufficient for
BoxPacker is designed to run calculations as efficiently as possible, the 7500+ tests in the test suite run in 9.8
seconds on my workstation, giving a rate of approx ≈765 solutions/second which should be more than sufficient for
most e-commerce stores :) If you do wish to benchmark the library to evaluate performance in your own scenarios, please
disable Xdebug when doing so - in my experience the unit tests take 32x longer (11sec->360 sec) when Xdebug is loaded.
disable Xdebug when doing so - in my experience the unit tests take 28x longer (9.8sec->275 sec) when Xdebug is loaded.

Requirements
------------
Expand Down

0 comments on commit 0c97ff6

Please sign in to comment.