meetuparchive / archery

2D R-Tree implementation in Scala
MIT License
117 stars 26 forks source link

Abstract splitting heuristic and try other strategies #2

Open non opened 11 years ago

non commented 11 years ago

Currently we do linear splitting. It would be nice to make this pluggable, so we could experiment with Linear, Quadratic, and other splitting strategies.

This change should be benchmarked to make sure it doesn't hurt performance.