stlFindInsert ftp://ftp.de.debian.org/debian/pool/main/o/opm-upscaling/opm-upscaling_2025.10+ds.orig.tar.xz opm-upscaling-release-2025.10-final/examples/upscale_perm.cpp:127:40: performance: Searching before insertion is not necessary. Instead of 'options[searchfor]=string(vararg[argidx+1])' consider using 'options.try_emplace(searchfor, string(vararg[argidx+1]));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pan/pan_0.164.orig.tar.gz pan-0.164/pan/tasks/task-xover.cc:331:27: performance: Searching before insertion is not necessary. Instead of '_streams[sock_id]=new std::stringstream()' consider using '_streams.try_emplace(sock_id, new std::stringstream());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/parsinsert/parsinsert_1.04.orig.tar.gz ParsInsert.cpp:2344:60: performance: Searching before insertion is not necessary. Instead of 'phylumRankCounts[phylum.c_str()]=new CRankCounts()' consider using 'phylumRankCounts.try_emplace(phylum.c_str(), new CRankCounts());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pbbam/pbbam_2.4.0+dfsg.orig.tar.xz pbbam-2.4.0/src/PbiFilterTypes.cpp:502:41: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pdfmixtool/pdfmixtool_1.2.1.orig.tar.xz pdfmixtool-1.2.1/src/pdf_edit_lib/pdf_editor.cpp:188:49: performance: Searching before insertion is not necessary. Instead of 'm_annots[m_last_page]={}' consider using 'm_annots.try_emplace(m_last_page, {});'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pdns/pdns_5.0.2.orig.tar.bz2 pdns-5.0.2/pdns/zonemd.hh:72:33: performance: Searching before insertion is not necessary. Instead of 'd_rrsigs[requestedType]={}' consider using 'd_rrsigs.try_emplace(requestedType, {});'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pdns-recursor/pdns-recursor_5.3.3.orig.tar.xz pdns-recursor-5.3.3/zonemd.hh:72:33: performance: Searching before insertion is not necessary. Instead of 'd_rrsigs[requestedType]={}' consider using 'd_rrsigs.try_emplace(requestedType, {});'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pgmodeler/pgmodeler_1.2.2.orig.tar.gz pgmodeler-1.2.2/libs/libcanvas/src/baseobjectview.cpp:242:22: performance: Searching before insertion is not necessary. Instead of 'color_config[id]={QColor(0,0,0),QColor(0,0,0),QColor(0,0,0)}' consider using 'color_config.try_emplace(id, {QColor(0,0,0),QColor(0,0,0),QColor(0,0,0)});'. [stlFindInsert] pgmodeler-1.2.2/libs/libgui/src/widgets/objectrenamewidget.cpp:234:42: performance: Searching before insertion is not necessary. Instead of 'obj_map[ObjectType::BaseTable]=*model->getObjectList(ObjectType::Table)' consider using 'obj_map.try_emplace(ObjectType::BaseTable, *model->getObjectList(ObjectType::Table));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pinot/pinot_1.22.orig.tar.gz pinot-1.22/Core/WorkerThreads.cpp:108:26: performance: Searching before insertion is not necessary. [stlFindInsert] pinot-1.22/Core/PinotSettings.cpp:542:55: performance: Searching before insertion is not necessary. Instead of 'm_editablePluginValues[editableIter->second]=""' consider using 'm_editablePluginValues.try_emplace(editableIter->second, "");'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/plink/plink_1.07+dfsg.orig.tar.xz plink-1.07-src/annot.cpp:198:22: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/annot.cpp:208:26: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/homozyg.cpp:624:22: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/homozyg.cpp:633:22: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/homozyg.cpp:643:28: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/homozyg.cpp:648:28: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/segment.cpp:318:21: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/segment.cpp:331:25: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/segment.cpp:371:21: performance: Searching before insertion is not necessary. [stlFindInsert] plink-1.07-src/segment.cpp:383:25: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/poppler/poppler_25.03.0.orig.tar.xz poppler-25.03.0/poppler/Form.cc:2694:36: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/powertop/powertop_2.15.orig.tar.gz powertop-2.15/src/perf/perf_bundle.cpp:175:41: performance: Searching before insertion is not necessary. Instead of 'event_names[ev->trace_type]=strdup(event_name)' consider using 'event_names.try_emplace(ev->trace_type, strdup(event_name));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/prime-phylo/prime-phylo_1.0.11.orig.tar.gz prime-phylo-1.0.11/src/cxx/libraries/prime/StrStrMap.cc:144:20: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/primesieve/primesieve_12.11+ds.orig.tar.xz primesieve-12.11+ds/src/CpuInfo.cpp:685:41: performance: Searching before insertion is not necessary. Instead of 'l1CacheSizes[cacheSize]=cpuId' consider using 'l1CacheSizes.try_emplace(cacheSize, cpuId);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/proftmb/proftmb_1.1.12.orig.tar.gz proftmb-1.1.12/src/Eval.cpp:487:36: performance: Searching before insertion is not necessary. Instead of 'scores[dat[i].cd]=std::vector()' consider using 'scores.try_emplace(dat[i].cd, std::vector());'. [stlFindInsert] proftmb-1.1.12/src/Eval.cpp:638:30: performance: Searching before insertion is not necessary. Instead of 'table[curcat]=std::map()' consider using 'table.try_emplace(curcat, std::map());'. [stlFindInsert] proftmb-1.1.12/src/Par.cpp:468:21: performance: Searching before insertion is not necessary. [stlFindInsert] proftmb-1.1.12/src/Par.cpp:473:35: performance: Searching before insertion is not necessary. Instead of 'l2a[cur_iln]=std::set()' consider using 'l2a.try_emplace(cur_iln, std::set());'. [stlFindInsert] proftmb-1.1.12/src/Par.cpp:475:25: performance: Searching before insertion is not necessary. [stlFindInsert] proftmb-1.1.12/src/Par.cpp:588:16: performance: Searching before insertion is not necessary. Instead of 'SENmap[sen]=sen_ctr' consider using 'SENmap.try_emplace(sen, sen_ctr);'. [stlFindInsert] proftmb-1.1.12/src/Tally.cpp:232:22: performance: Searching before insertion is not necessary. [stlFindInsert]