v0.0.61

8 July 2026

Faster SQLite writes for cache and registry, skipping redundant variant writes.

Changed

  • Cache and Registry SQLite connections now use PRAGMA synchronous=NORMAL, skipping an fsync on every write for this disposable, rebuildable data.
  • Registry::setVariant() skips the write if a matching variant row already exists, instead of writing on every repeat render of the same variant.