Skip to content

oans v1.1.1

Choose a tag to compare

@martinus martinus released this 17 Jul 08:03
4fe5dea

A small follow-up to 1.1.0.

Fixed / improved

  • Rebuilt hashfiles are now auto-compacted. A hashfile built from scratch — a brand-new one, or one recreated after a format/version change (such as the 1.1.0 upgrade) — is written at SQLite "insert density" and ends up ~15–20% larger than necessary. oans now runs a one-off VACUUM at the end of such a run (printing Compacting the rebuilt hashfile ...), so it lands compact automatically. If you upgraded to 1.1.0 and ran a manual VACUUM to shrink your hashfile, that's no longer needed. Normal incremental runs are unchanged.

Everything else carries over from 1.1.0.