Skip to content

v0.4.0

Compare
Choose a tag to compare
@appaquet appaquet released this 23 Dec 20:19
· 21 commits to master since this release
ec73795

Added

  • Support for parallel sorting of the in-memory buffer (see ExternalSorter::with_parallel_sort).
    This feature is not always beneficial if the in-memory buffer is not big enough for parallelism to
    have an impact, so benchmark your workload.

Changed

  • Breaking: cleaner Sortable trait (see commit)
    The trait also requires the implementer to be Send to support the new parallel sorting feature.

  • Breaking: replaced setter styles methods with builder style methods (see PR #9)

    • set_max_size is now with_segment_size
    • set_sort_dir is now with_sort_dir