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

fix: do not hang #403

Merged
merged 2 commits into from
Jul 25, 2018
Merged

fix: do not hang #403

merged 2 commits into from
Jul 25, 2018

Conversation

ikatyang
Copy link
Member

Fixes #402

The memory issue is caused by the Tuple type, probably too many comparison I guess. To avoid other memory issue in the future, I reduced the number of items in NumberStringMap as well.

I've tested it with @stephenkoo's project (#311 (comment)) and the empty project mentioned in #402, it does not hang after applying this fix.

@ikatyang ikatyang merged commit a0b99a0 into master Jul 25, 2018
@ikatyang ikatyang deleted the fix/hang branch July 25, 2018 06:39
@stephenkoo
Copy link

Thank you @ikatyang! Appreciate it.

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

Successfully merging this pull request may close these issues.

tsc hangs when npm-ramda#dist is installed
2 participants