stlFindInsert ftp://ftp.de.debian.org/debian/pool/main/s/survivor/survivor_1.0.7.orig.tar.gz SURVIVOR-1.0.7/src/merge_vcf/combine_svs.cpp:616:19: performance: Searching before insertion is not necessary. Instead of 'chrs[name]=-1' consider using 'chrs.try_emplace(name, -1);'. [stlFindInsert] SURVIVOR-1.0.7/src/vcfs/Annotate_vcf.cpp:183:46: performance: Searching before insertion is not necessary. Instead of 'reported_genes[genes[j].gene_name]=true' consider using 'reported_genes.try_emplace(genes[j].gene_name, true);'. [stlFindInsert] SURVIVOR-1.0.7/src/vcfs/Annotate_vcf.cpp:192:46: performance: Searching before insertion is not necessary. Instead of 'reported_genes[genes[j].gene_name]=true' consider using 'reported_genes.try_emplace(genes[j].gene_name, true);'. [stlFindInsert] SURVIVOR-1.0.7/src/vcfs/Filter_vcf.cpp:288:24: performance: Searching before insertion is not necessary. Instead of 'trio_summary[key]=tmp' consider using 'trio_summary.try_emplace(key, tmp);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/s/svxlink/svxlink_25.05.1.orig.tar.xz svxlink-25.05.1/src/async/core/AsyncSerialDevice.cpp:143:21: performance: Searching before insertion is not necessary. Instead of 'dev_map[port]=new SerialDevice(port)' consider using 'dev_map.try_emplace(port, new SerialDevice(port));'. [stlFindInsert] svxlink-25.05.1/src/svxlink/trx/SquelchCtcss.h:191:43: performance: Searching before insertion is not necessary. Instead of 'm_ctcss_snr_offsets[ctcss_fq]=ctcss_snr_offset' consider using 'm_ctcss_snr_offsets.try_emplace(ctcss_fq, ctcss_snr_offset);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/s/swift-im/swift-im_5.0~alpha2.145.g12d031cf8+dfsg.orig.tar.xz swift-im-5.0~alpha2.145.g12d031cf8/Swift/Controllers/Highlighting/Highlighter.cpp:89:41: performance: Searching before insertion is not necessary. [stlFindInsert] swift-im-5.0~alpha2.145.g12d031cf8/Swift/QtUI/QtEmoticonsGrid.cpp:22:50: performance: Searching before insertion is not necessary. [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.12+ds1.orig.tar.xz teckit-2.5.12/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.12/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.12/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.12/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.12/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] ftp://ftp.de.debian.org/debian/pool/main/t/timew/timew_1.9.1+ds.1.orig.tar.xz timewarrior/src/helper.cpp:424:37: performance: Searching before insertion is not necessary. Instead of 'mapping[tag]=palette.next()' consider using 'mapping.try_emplace(tag, palette.next());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/t/tippecanoe/tippecanoe_2.53.0.orig.tar.gz tippecanoe-2.53.0/serial.cpp:732:51: performance: Searching before insertion is not necessary. [stlFindInsert] tippecanoe-2.53.0/tile.cpp:1327:27: performance: Searching before insertion is not necessary. [stlFindInsert] tippecanoe-2.53.0/tile.cpp:1678:45: performance: Searching before insertion is not necessary. [stlFindInsert]