geoplot icon indicating copy to clipboard operation
geoplot copied to clipboard

Make quadtree calculations faster

Open ResidentMario opened this issue 5 years ago • 0 comments

I experimented with a multiprocessing implementation of the quadtree algorithm in the following notebook. The multiprocessing component isn't all that useful, but the changes also include logic for better, faster splitting rules. If I take this to completion it will represent a very significant speedup in this algorithm's runtime.

ResidentMario avatar Jan 31 '20 16:01 ResidentMario