|
|
|
|
|
by flohofwoe
1172 days ago
|
|
I guess you also need to take the time into account to create the quad tree from an unsorted 'polygon soup' first, and in terms of coding effort, a brute force conversion from python to a compiled tight loop over unsorted arrays provides a lot of bang for the buck (and a speedup of 100x for relatively little effort might be 'good enough' for quite a while until the input data grows big enough to require the next optimization effort). (e.g. it doesn't need to be "as fast as possible", just fast enough to no longer be a workflow bottleneck) |
|