Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConsider storing enumerated attributes as atoms #9101
Labels
Comments
|
This was prompted by #9100. Note that all the related button types in that case are short, and would be all inline even if not in the atom global static table. They should anyway because we want to use them as patterns in attribute_mutated. |
|
As stated in #9132, |
|
We now do this pretty consistently, no? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nox's position is that the current representation wastes spaces and performs worse than storing an Atom. I haven't put any thought into the matter.