binify icon indicating copy to clipboard operation
binify copied to clipboard

`count_intersections()` is slow

Open kevinschaul opened this issue 11 years ago • 2 comments

Algorithm probably has to be O(n^2). Look into optimizations.

kevinschaul avatar Apr 04 '13 16:04 kevinschaul

... but we can cheat massively because of the grid formation.

kevinschaul avatar May 03 '13 14:05 kevinschaul

In progress, on branch. https://github.com/kevinschaul/binify/tree/optimize

kevinschaul avatar Aug 27 '13 16:08 kevinschaul