You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)