Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache modules not included in the Python Standard Library #574

Open
pdawyndt opened this issue Dec 14, 2023 · 0 comments
Open

Cache modules not included in the Python Standard Library #574

pdawyndt opened this issue Dec 14, 2023 · 0 comments

Comments

@pdawyndt
Copy link
Contributor

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.

@pdawyndt pdawyndt changed the title Cache imported modules Cache imported modules not included in the Python Standard Library Dec 14, 2023
@pdawyndt 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant