Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid redundant CMap-value lookup in
extendCMap
(PR 5101 follow-up)
When iterating through `useCMap` the value is already available, without having to manually invoke the `lookup`-method. While this will likely not affect performance in any noticeable way, it's nonetheless unnecessary to lookup an already available value twice.
- Loading branch information