Releases: downflux/go-bvh
Releases · downflux/go-bvh
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: v0.2.2...v1.0.0
v0.2.2
Full Changelog: v0.2.0...v0.2.2
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.0
What's Changed
- Initialize Golang repo by @minkezhang in #1
- Implement BVH by @minkezhang in #3
- Add multi-leaf nodes by @minkezhang in #4
- Add concurrent read support for BVH by @minkezhang in #5
- Optimize BVH insert and fix performance test by @minkezhang in #6
- Add more performance tests to isolate bottlenecks by @minkezhang in #7
- Improve insert performance with more optimal balance op by @minkezhang in #8
- Add dhconnelly RTree impl as a comparison by @minkezhang in #9
- Reimplement BVH with better performance by @minkezhang in #10
Full Changelog: https://github.com/downflux/go-bvh/commits/v0.1.0