stlFindInsert ftp://ftp.de.debian.org/debian/pool/main/s/sword/sword_1.9.0+dfsg.orig.tar.xz sword-1.9.0+dfsg/bindings/flatapi.cpp:281:25: performance: Searching before insertion is not necessary. Instead of 'moduleHandles[mod]=new HandleSWModule(mod)' consider using 'moduleHandles.try_emplace(mod, new HandleSWModule(mod));'. [stlFindInsert] sword-1.9.0+dfsg/bindings/flatapi.cpp:325:25: performance: Searching before insertion is not necessary. Instead of 'moduleHandles[mod]=new HandleSWModule(mod)' consider using 'moduleHandles.try_emplace(mod, new HandleSWModule(mod));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/s/systemtap/systemtap_5.3.orig.tar.gz systemtap-5.3/staptree.cxx:2512:26: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/t/tandem-mass/tandem-mass_201702011.orig.tar.gz tandem-mass-20170201/src/mprocess.cpp:1937:49: performance: Searching before insertion is not necessary. Instead of 'm_mapSequences[seqTemp.m_tUid]=(*itSeq).second' consider using 'm_mapSequences.try_emplace(seqTemp.m_tUid, (*itSeq).second);'. [stlFindInsert] tandem-mass-20170201/src/mprocess.cpp:2939:24: performance: Searching before insertion is not necessary. [stlFindInsert] tandem-mass-20170201/src/mreport.cpp:191:24: performance: Searching before insertion is not necessary. [stlFindInsert] tandem-mass-20170201/src/mreport.cpp:785:42: performance: Searching before insertion is not necessary. Instead of 'm_maptUids[_s.m_vseqBest[a].m_tUid]=true' consider using 'm_maptUids.try_emplace(_s.m_vseqBest[a].m_tUid, true);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/t/teckit/teckit_2.5.13+ds.orig.tar.xz teckit-2.5.13/SFconv/SFconv.cpp:375:41: performance: Searching before insertion is not necessary. Instead of 'converters[sfmMapping]=makeConverter(sfmMapping,direction)' consider using 'converters.try_emplace(sfmMapping, makeConverter(sfmMapping,direction));'. [stlFindInsert] teckit-2.5.13/SFconv/SFconv.cpp:381:41: performance: Searching before insertion is not necessary. Instead of 'converters[i->second]=makeConverter(i->second,direction)' consider using 'converters.try_emplace(i->second, makeConverter(i->second,direction));'. [stlFindInsert] teckit-2.5.13/SFconv/SFconv.cpp:385:41: performance: Searching before insertion is not necessary. Instead of 'converters[i->second]=makeConverter(i->second,direction)' consider using 'converters.try_emplace(i->second, makeConverter(i->second,direction));'. [stlFindInsert] teckit-2.5.13/source/Compiler.cpp:3153:48: performance: Searching before insertion is not necessary. Instead of 'charToIndex[j->val]=rulesForIndex.size()' consider using 'charToIndex.try_emplace(j->val, rulesForIndex.size());'. [stlFindInsert] teckit-2.5.13/source/Compiler.cpp:3177:46: performance: Searching before insertion is not necessary. Instead of 'charToIndex[*u]=rulesForIndex.size()' consider using 'charToIndex.try_emplace(*u, rulesForIndex.size());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/t/therion/therion_6.3.4.orig.tar.gz therion-6.3.4/thepsparse.cxx:1100:32: performance: Searching before insertion is not necessary. [stlFindInsert] therion-6.3.4/thepsparse.cxx:1251:29: performance: Searching before insertion is not necessary. [stlFindInsert] therion-6.3.4/thmapstat.cxx:110:31: performance: Searching before insertion is not necessary. Instead of 'this->data[ii->first]=2' consider using 'this->data.try_emplace(ii->first, 2);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/t/thrift/thrift_0.22.0.orig.tar.gz thrift-0.22.0/compiler/cpp/src/thrift/generate/t_c_glib_generator.cc:376:19: performance: Searching before insertion is not necessary. [stlFindInsert]