Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 18:24
· 14 commits to main since this release

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