Releases: mourner/rbush
Releases · mourner/rbush
v1.4.0
v1.3.5
v1.3.4
- Improved bulk insertion performance by ~60-70%.
- Improved bulk insertion performance for a large number of items (e.g. up to 100% for inserting a million items).
- Improved insertion performance by ~40%.
- Improved search performance by ~30%.
- Improved removal performance by ~50%. #18
- Fixed minor error in the choose split axis algorithm. #17
- Much better test coverage (near 100%). #6
v1.3
- Significantly improved search performance (especially on large-bbox queries — up to 3x faster). #11
- Added
all
method for getting all of the tree items. #11 - Made
toBBox
,compareMinX
,compareMinY
methods public, made it possible to avoid Content Security Policy issues by overriding them for custom format. #14 #12