Warm‑up time could be shorter.
Consider saving intermediate data (e.g., pre‑computed objects) across sessions. When the package starts, it could load recent mutable states instead of recomputing everything.
Not a high priority, but if we add a simple SaveCache() / LoadCache() mechanism (file‑based, optional), cold starts may become less noticeable.
Warm‑up time could be shorter.
Consider saving intermediate data (e.g., pre‑computed objects) across sessions. When the package starts, it could load recent mutable states instead of recomputing everything.
Not a high priority, but if we add a simple
SaveCache()/LoadCache()mechanism (file‑based, optional), cold starts may become less noticeable.