Details
Details
- Reviewers
dfaure - Commits
- R301:e87e2dd27dd9: Remove double lookups
Diff Detail
Diff Detail
- Repository
- R301 KEmoticons
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
I expect this map to be very small, and creating a null KEmoticonsTheme allocates a d pointer, so I'm not 100% sure this is faster.
But OK, I'm allergic to double lookups and people tend to reuse constructs they saw, so I still prefer the code after the change than before ;)