Skip to content
Snippets Groups Projects
Forked from Main Repositories / otb
Source project has a limited visibility.
Julien Michel's avatar
Julien Michel authored
The "count-insert" idiom is an antipattern that leads to searching the
element twice. Avoid that and also the 0 comparison a bit below.

In addition, cache the end iterators of the two maps. This is safe as
the iterators stay valid when the map is modified.
ed9d534e
History
Name Last commit Last update