Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove in-memory SerializedModuleCache (#136)
* feat: remove in-memory SerializedModuleCache, move logic to perist serialized modules to filesystem into ModuleCache * chore: cleaner docs * chore: fmt + clippy * chore: rename fn for clarity * chore: clearer code * chore: comment clarity Co-authored-by: ThetaSinner <ThetaSinner@users.noreply.github.com> * chore: wording Co-authored-by: ThetaSinner <ThetaSinner@users.noreply.github.com> * chore: link to github discussion Co-authored-by: Jost <28270981+jost-s@users.noreply.github.com> * chore: clearer simpler naming without redundant 'Serialized' and 'Deserialized' * refactor: separate concerns ModuleBuilder from ModuleCache --------- Co-authored-by: ThetaSinner <ThetaSinner@users.noreply.github.com> Co-authored-by: Jost <28270981+jost-s@users.noreply.github.com>
- Loading branch information