irvingc / dbscan-on-spark

An implementation of DBSCAN runing on top of Apache Spark
Apache License 2.0
183 stars 58 forks source link

java.lang.StackOverflowError #13

Open jechedo opened 5 years ago

jechedo commented 5 years ago

why are there so many new Points ? Why not use var type variables when construct Point objects to avoid frequent new operations