Skip to content

0.1.6

Latest
Compare
Choose a tag to compare
@jinlow jinlow released this 08 May 21:12
· 3 commits to main since this release
5504234

This release adds a number of optimizations to the package. Aggregations only happen once, and the pre-computed values are always used, instead of recalculating statistics for each split. A special sort method that allows for missing values is only used if exception values are provided. A split index is determined and used throughout the crate, instead of it ever needing to be recalculated.