-
Notifications
You must be signed in to change notification settings - Fork 64
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
Optimisations #211
Optimisations #211
Conversation
|
Good reductions of size with some unfortunate increases in CPU and memory, which I didn't notice, because it wasn't what I was looking for. It makes sense, because deduplication through a let-binding will always increase CPU and memory usage, even if |
No description provided.