All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
sort_by
andsort_by_key
(by @NieDzejkob #10)
- 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.