rusty-machine
rusty-machine copied to clipboard
DBSCAN: prevent recursion overflow and improve performance on large datasets
Prevent recursion stack overflow and make fewer allocations on large dbscan clusters.
I'd like to merge this after the conflict I've introduced is resolved.