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

Support lazy loading of formats and algorithms #8

Open
satazor opened this issue Apr 4, 2019 · 0 comments
Open

Support lazy loading of formats and algorithms #8

satazor opened this issue Apr 4, 2019 · 0 comments

Comments

@satazor
Copy link
Contributor

satazor commented Apr 4, 2019

At the moment, one cannot choose which formats and algorithms are included, meaning that the bundle size might be larger than necessary in case you just use a few.

Explore a way to lazy-load algorithms on demand. There are two few solutions to this: implicit/manual loading and automatic loading. I would like to explore automatic loading using dynamic imports because it's transparent and will generate different chunks when using tools like webpack.

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