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
Loading pyodide for the first time takes some time, but the next time you use Papyros this goes much faster due to proper caching.
Loading an imported module (e.g. pylab) beyond the Python Standard Library for the first time (these modules seems to be included in the pyodide load) take some time, but is not cached. If Papyros is refreshed, these modules have to be reloaded. We could think about a proper cache strategy here as well.
The text was updated successfully, but these errors were encountered:
pdawyndt
changed the title
Cache imported modules
Cache imported modules not included in the Python Standard Library
Dec 14, 2023
pdawyndt
changed the title
Cache imported modules not included in the Python Standard Library
Cache modules not included in the Python Standard Library
Dec 14, 2023
Loading pyodide for the first time takes some time, but the next time you use Papyros this goes much faster due to proper caching.
Loading an imported module (e.g.
pylab
) beyond the Python Standard Library for the first time (these modules seems to be included in the pyodide load) take some time, but is not cached. If Papyros is refreshed, these modules have to be reloaded. We could think about a proper cache strategy here as well.The text was updated successfully, but these errors were encountered: