Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tidwall/rtree

Tags

v1.10.0

Toggle v1.10.0's commit message
Change delete behavior

v1.9.4

Toggle v1.9.4's commit message
Use mid splits for better packing

v1.9.3

Toggle v1.9.3's commit message
Minor optimization

Check that the right node not already sorted before performint a
sort on it after a split.

v1.9.2

Toggle v1.9.2's commit message
Use float64 for Nearby distances

When Go begins supporing method type parameters then we can
genericize the distances.

v1.9.1

Toggle v1.9.1's commit message
Added Most functions

v1.9.0

Toggle v1.9.0's commit message
Add generic for dimensional numeric type.

You can now do something like RTreeGN[float32, int] where
the rectangles use float32s instead of float64

v1.8.1

Toggle v1.8.1's commit message
Added Clear method

v1.8.0

Toggle v1.8.0's commit message
Add Nearby

v1.7.1

Toggle v1.7.1's commit message
Reduce reinsert memory

v1.7.0

Toggle v1.7.0's commit message
Set flag to false