-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use nested hashes instead of string keys
This avoids needing to generate a new string value for each key on setting of the value and retrieving, and the extra hashes are not a huge consumer of space. Of note, the keys are now not strings at all. Top level will be the class names, and the child keys will be just the raw IDs. The @ems_xml_nodes value is not used anywhere besides the lookup that was changed in this commit, so the change of this structure should not have an adverse affect... hopefully...
- Loading branch information
1 parent
7f77ae9
commit ef73d6e
Showing
2 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters