-
Notifications
You must be signed in to change notification settings - Fork 18
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
Deal with Idents/Names efficiently #3
Comments
Might be worth considering an data Ident = Invalid | Ident String -- or some ID in a global symbol table For example, an |
For now, |
Reopening this for the more general problem of how to efficiently deal with |
This commit removed the For example, have something like
The cost of the |
There are really two ideas to keep track of here:
I should benchmark this before doing anything. |
It may be the case that identifiers or names should be interned, or use
Text
, but in any case the current situation should change.The text was updated successfully, but these errors were encountered: