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

reduce file sizes #48

Open
SArpnt opened this issue May 14, 2022 · 0 comments
Open

reduce file sizes #48

SArpnt opened this issue May 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@SArpnt
Copy link
Contributor

SArpnt commented May 14, 2022

total webpage size is around 600 kb after the library is loaded
this can be reduced by minifying, tree shaking, and inlining html, css, and js with a tool like rollup (already done in my fork)

file sizes can be reduced further with web assembly, and by not using json for the library (a format like bson would work but the best option would be a custom binary format which can be generated with a system language like rust, currently working on that in my fork on this branch)

@SthephanShinkufag SthephanShinkufag added the enhancement New feature or request label May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants