Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

v0.4.0

Compare
Choose a tag to compare
@colinmarc colinmarc released this 04 Feb 22:49
· 518 commits to master since this release

This release comes with some performance optimizations, as well as some code cleanup. The two major changes are:

  • Reading SequenceFiles now requires significantly less heap bloat; this should reduce memory usage for large datasets considerably
  • Indexing now happens in serial, instead of in parallel - this means it's slightly slower, but thrashes the disk a lot less.