sdd / kiddo

Kiddo
Apache License 2.0
91 stars 14 forks source link

fix: properly split buckets #29

Closed sdd closed 1 year ago

sdd commented 1 year ago

previously, when a bucket had multiple items with the same value in the splitting dimension as the split plane, and these values straddled the pivot point, some items could end up in the wrong bucket after the split.

Fixes: https://github.com/sdd/kiddo/issues/28