-
Notifications
You must be signed in to change notification settings - Fork 52
Drop unicode dependency? #198
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
Comments
Also add https://discourse.purescript.org/t/dear-purescript-parsing-users/2620/9 |
So, as @natefaubion pointed out on Discourse, the large bundle sizes from unicode are due to the lookup tables. A program which runs
A program which runs
|
I added some documentation about unicode bundle size in v9.1.0 explaining that if none of the unicode-dependent functions are used then all of the unicode package will be eliminated by dead-code-elimination. https://pursuit.purescript.org/packages/purescript-parsing/9.1.0/docs/Parsing.String.Basic |
The unicode parsers in Basic like i.e. |
Does the unicode dependency make the bundle size much larger?
https://discourse.purescript.org/t/dear-purescript-parsing-users/2620/9
The text was updated successfully, but these errors were encountered: