This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
v0.4.0
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.