Open william-silversmith opened 1 year ago
I tried the BOC optimization, but the image statistics are such that not too many chains start from the same row and so the overheads made it so that the optimized version was ~0.5% bigger. Maybe this could be optimized by picking the starts to be along a row.
You run into the set cover problem again. :P
Managed to improve pins such that on connectomics.npy, I am seeing a 4x reduction in the amount of data pre-gzip. After gzip? A 7% improvement. Pins are already slow, but a better optimizer than greedy might result in further substantial gains (at high compute cost).
BOC are pretty small... ~2% in connectomics.npy. Marginal improvements possible even though there may be substantial gains on that 2%.