File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# r-tree [ ![ Hackage] ( http://img.shields.io/hackage/v/r-tree.svg )] ( https://hackage.haskell.org/package/r-tree )
2
2
3
- A Haskell library for [ R-] ( https://en.wikipedia.org/wiki/R-tree ) and [ R\* -trees] ( https://en.wikipedia.org/wiki/R\* -tree ) .
3
+ A Haskell library for [ R-trees ] ( https://en.wikipedia.org/wiki/R-tree ) and [ R\* -trees] ( https://en.wikipedia.org/wiki/R\* -tree ) .
4
4
5
5
> [ !NOTE]
6
6
>
7
7
> R-trees are self-balancing and as such can only be spine-strict.
8
8
9
9
Featuring:
10
10
11
- - ` Data.R2Tree.* ` : two-dimensional R-tree.
11
+ - ` Data.R2Tree.* ` : two-dimensional R-tree with the R \* -tree insertion algorithm .
12
12
13
13
` Double ` -based implementation is considered the default one;
14
14
a ` Float ` -based variant is provided for cases where reduced precision is preferred,
15
15
for example rendering.
16
16
17
- Three -dimensional R-trees are not currently available ,
17
+ Higher -dimensional R-trees are not currently provided ,
18
18
but should be trivial to add if needed.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ cabal-version: 2.2
2
2
3
3
name : r-tree
4
4
version : 1.0.0.0
5
- synopsis : R-trees.
6
- description : R/ R*-trees.
5
+ synopsis : R-/R*- trees.
6
+ description : R-trees and R*-trees.
7
7
8
8
See the <https://github.com/sebastian-philipp/r-tree/blob/master/README.md README>
9
9
for a brief overview of the data structures included in this package.
You can’t perform that action at this time.
0 commit comments