oans v1.1.1
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
VACUUMat the end of such a run (printingCompacting the rebuilt hashfile ...), so it lands compact automatically. If you upgraded to 1.1.0 and ran a manualVACUUMto shrink your hashfile, that's no longer needed. Normal incremental runs are unchanged.
Everything else carries over from 1.1.0.