Results 135 comments of Thomas Skjølberg

Also interested in this, running on Fedora.

@tyrcho ok, what is an reasonable time / how long did this take before?

Very interesting data, so basically you're using the brute force packager in a different way than I have been expecting. ![image](https://user-images.githubusercontent.com/1031478/155227152-e4067d93-f09a-462c-9600-f7b67bef796e.png) It seems you have a lot of space in...

Well the LAFF has some corner cases which really suck, one being a collection of items where a few span the full height. The plain packager is perhaps better. It...

@tyrcho does the v1 packager run faster now? `FastBruteForcePackager` could get the "do not rewind all the way when rotating" optimization.

Ok. The FastBruteForcePackager now has an additional optimization, which at least improved performance in one of the benchmarks considerably.

Hmm is that real data secret? I'd like to understand what is happening.

@tyrcho Thanks, there is already a [jmh](https://github.com/skjolber/3d-bin-container-packing/tree/master/jmh) module which should be in good shape!

Ok, I'd like to figure out why. But I think the result will be that the way the 1.x packager works, it is just simpler and faster. Perhaps it is...