@hackage r-tree1.0.0.0
R-/R*-trees.
Categories
License
MIT
Maintainer
Oleksii Divak <frozenwitness@gmail.com>
Links
Versions
- 1.0.0.0 Sun, 8 Sep 2024
r-tree 
A Haskell library for R-trees and R*-trees.
[!NOTE]
R-trees are self-balancing and as such can only be spine-strict.
Featuring:
-
Data.R2Tree.*: two-dimensional R-tree with the R*-tree insertion algorithm.Double-based implementation is considered the default one; aFloat-based variant is provided for cases where reduced precision is preferred, for example rendering.
Higher-dimensional R-trees are not currently provided, but should be trivial to add if needed.