You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
Serialisation/deserialisation takes a non-trivial amount of time. If we are sure that the versions match (because of using Rustup) we could just dump he save-analysis data to disk in a binary format. That should mean smaller downloads plus faster analysis processing.
This will require effort both here and in the compiler (and its build system/distribution), but should be transparent to clients.
The text was updated successfully, but these errors were encountered:
Serialisation/deserialisation takes a non-trivial amount of time. If we are sure that the versions match (because of using Rustup) we could just dump he save-analysis data to disk in a binary format. That should mean smaller downloads plus faster analysis processing.
This will require effort both here and in the compiler (and its build system/distribution), but should be transparent to clients.
The text was updated successfully, but these errors were encountered: