r_tree 2.1.0 r_tree: ^2.1.0 copied to clipboard
R-tree implementation to index and query two-dimensional data
2.1.0 #
- Added a new “load” API for bulk inserting items into an rtree
2.0.0 #
- Null safety migration
1.1.0 #
- Added support for filtering search results
1.0.6 #
- Added docstrings, example app, and this file!
1.0.5 #
- Dart 2 support (still supports Dart 1, too)
1.0.4 #
- Additional benchmarks and the ability to run benchmarks in the browser
- Minor performance enhancements in dart2js
1.0.3 #
- Improved performance and reduced GC churn when calling overlaps on RTreeContributor
1.0.2 #
- No functional changes, CI cleanup etc
1.0.1 #
- Strong mode compliance
- Added generics to nodes
1.0.0 #
- Initial release