kevinschaul / binify

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

Performance issues with 700K points #25

Open alperdincer opened 11 years ago

alperdincer commented 11 years ago

I've more than 700K points and I want to binify them. If I gave n=20 to n=120, it can finish with 1 hour to 1 day, but if I gave n=1000 then it almost finish %1 in 18 hours.

Is there anything you suggest for binning these points quickly?

kevinschaul commented 11 years ago

Not at the moment. The current algorithm is very naive. See #12