Only instantiate coders once (#50)
- Avoids creating new coder instances on every `save` and `load` call by memoizing them on the runner - `FileCache#read` and `FileCache#write` also reuse the same instances via a private `coder_for` helper rather than calling `.new` inline - Some opportunistic renames: - `Cache#data` -> `Cache#content` - `Coder#save` -> `Coder#generate` - `Coder#load` -> `Coder#mount`
J
Jeff Carbonella committed
d4e8e26fcf60cb084f1fcda29ac3649237fda93e
Parent: 41b21b7
Committed by GitHub <noreply@github.com>
on 5/5/2026, 3:51:56 PM