kevinschaul / binify

A command-line tool to better visualize crowded dot density maps.
MIT License
158 stars 11 forks source link

Theoretical time for execution #23

Open wilson428 opened 11 years ago

wilson428 commented 11 years ago

I'm trying to bin 30,000 lat/lng pairs with an -n of 120, and it looks like it will take about an hour. (2 Ghz Macbook Pro, 8GB memory). Is that to be expected? From what I understand of the theory, it should run pretty quickly. May be doing something wrong.

kevinschaul commented 11 years ago

Yeah, the algorithm I'm using is very native. It's on my list of things to fix after I finish this semester. Stay tuned!