binify
binify copied to clipboard
`count_intersections()` is slow
Algorithm probably has to be O(n^2). Look into optimizations.
... but we can cheat massively because of the grid formation.
In progress, on branch. https://github.com/kevinschaul/binify/tree/optimize