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

Use arena for allocating AST nodes #1

Open
brendanzab opened this issue Mar 26, 2018 · 1 comment
Open

Use arena for allocating AST nodes #1

brendanzab opened this issue Mar 26, 2018 · 1 comment
Milestone

Comments

@brendanzab
Copy link
Member

This might be faster than using reference counting, as we currently do in the core AST. We'll have take care not to let it adversely impact readability in the type checker, however.

@brendanzab brendanzab added this to the v0.2.0 milestone Jun 12, 2018
@brendanzab
Copy link
Member Author

Another interesting option: https://github.com/fitzgen/generational-arena - not sure how it would handle long running processes, like a language server 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant