v0.4.1 #11
fcarvajalbrown
announced in
Announcements
v0.4.1
#11
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Segovia v0.4.1 — the auto batch default is now memory-safe.
Highlights
reader.preprocess(...)is capped atmin(logical_threads, 4). Peak resident memory for the default path is now bounded to ~1.2 GB on any machine, instead of scaling to ~3-6 GB on many-core hosts where the previous one-slab-per-thread default could OOM low-RAM machines. Callers passing an explicitbatch >= 1are unaffected. Shipped to bothpip install segoviaandcargo add segovia. (ADR 0018)Validation
~0.17 GB x batch + ~0.5 GBwas confirmed file-size-independent at the full 55.8-minute scale (ADR 0017).Still open
Full Changelog: v0.4.0...v0.4.1
This discussion was created from the release v0.4.1.
All reactions