v1.3.0
What's Changed
- Added: Use mimalloc for prebuilt binaries, which provides a sizable performance improvement over musl-libc's
malloc
. - Added: All readers now
impl BufRead
. - Removed:
PartitionBase::ideal_buffer_size
. Now one can use BufRead::fill_buf. - Changed: Renamed
SharedWindowedReadStream
->FileStream
.
Full Changelog: v1.2.1...v1.3.0