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] ftp://ftp.de.debian.org/debian/pool/main/p/psi-plugins/psi-plugins_1.5.orig.tar.gz plugins-1.5/generic/icqdieplugin/icqdieplugin.cpp:173:19: performance: Searching before insertion is not necessary. Instead of 'Custom["nil"]=ignore' consider using 'Custom.try_emplace("nil", ignore);'. [stlFindInsert] plugins-1.5/generic/icqdieplugin/icqdieplugin.cpp:175:21: performance: Searching before insertion is not necessary. Instead of 'Custom["other"]=send' consider using 'Custom.try_emplace("other", send);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pynac/pynac_0.7.27.orig.tar.gz pynac-pynac-0.7.27/ginac/function.cpp:1726:20: performance: Searching before insertion is not necessary. Instead of 'm[ser]=1' consider using 'm.try_emplace(ser, 1);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/pyside6/pyside6_6.9.2.orig.tar.xz pyside-setup-everywhere-src-6.9.2/sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp:1094:30: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/python-demgengeo/python-demgengeo_1.4.orig.tar.gz GenGeo-1.4/src/CircMNTable3D.cc:303:27: performance: Searching before insertion is not necessary. [stlFindInsert] GenGeo-1.4/src/CircMNTable3D.cc:311:27: performance: Searching before insertion is not necessary. [stlFindInsert] GenGeo-1.4/src/MNTable2D.cc:547:29: performance: Searching before insertion is not necessary. [stlFindInsert] GenGeo-1.4/src/MNTable2D.cc:702:30: performance: Searching before insertion is not necessary. [stlFindInsert] GenGeo-1.4/src/MNTable2D.cc:710:30: performance: Searching before insertion is not necessary. [stlFindInsert] GenGeo-1.4/src/MNTable3D.cc:678:27: performance: Searching before insertion is not necessary. [stlFindInsert] GenGeo-1.4/src/MNTable3D.cc:686:27: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/python-fisx/python-fisx_1.3.2.orig.tar.gz fisx-1.3.2/src/fisx_shell.cpp:411:53: performance: Searching before insertion is not necessary. Instead of 'this->nonradiativeTransitions[totalLabel]=total' consider using 'this->nonradiativeTransitions.try_emplace(totalLabel, total);'. [stlFindInsert] fisx-1.3.2/src/fisx_element.cpp:170:55: performance: Searching before insertion is not necessary. Instead of 'this->shellInstance[it->first]=Shell(it->first)' consider using 'this->shellInstance.try_emplace(it->first, Shell(it->first));'. [stlFindInsert] fisx-1.3.2/src/fisx_element.cpp:1727:84: performance: Searching before insertion is not necessary. Instead of 'this->muCache[energy[i]]=this->getMassAttenuationCoefficients(energy[i])' consider using 'this->muCache.try_emplace(energy[i], this->getMassAttenuationCoefficients(energy[i]));'. [stlFindInsert] fisx-1.3.2/src/fisx_element.cpp:1731:102: performance: Searching before insertion is not necessary. Instead of 'this->excitationFactorsCache[energy[i]]=this->getPhotoelectricExcitationFactors(energy[i],1.0)' consider using 'this->excitationFactorsCache.try_emplace(energy[i], this->getPhotoelectricExcitationFactors(energy[i],1.0));'. [stlFindInsert] fisx-1.3.2/src/fisx_elements.cpp:1120:48: performance: Searching before insertion is not necessary. Instead of 'elementsDict[it->first]=0.0' consider using 'elementsDict.try_emplace(it->first, 0.0);'. [stlFindInsert] fisx-1.3.2/src/fisx_elements.cpp:1386:41: performance: Searching before insertion is not necessary. Instead of 'result[c_it2->first]=0.0' consider using 'result.try_emplace(c_it2->first, 0.0);'. [stlFindInsert] fisx-1.3.2/src/fisx_elements.cpp:1413:41: performance: Searching before insertion is not necessary. Instead of 'result[c_it2->first]=0.0' consider using 'result.try_emplace(c_it2->first, 0.0);'. [stlFindInsert] fisx-1.3.2/src/fisx_elements.cpp:1493:41: performance: Searching before insertion is not necessary. Instead of 'result[c_it2->first]=0.0' consider using 'result.try_emplace(c_it2->first, 0.0);'. [stlFindInsert] fisx-1.3.2/src/fisx_elements.cpp:2335:64: performance: Searching before insertion is not necessary. Instead of 'this->detectorEscapeCache[energy]=this->getEscape(composition,energy,energyThreshold,intensityThreshold,nThreshold,alphaIn,thickness)' consider using 'this->detectorEscapeCache.try_emplace(energy, this->getEscape(composition,energy,energyThreshold,intensityThreshold,nThreshold,alphaIn,thickness));'. [stlFindInsert] fisx-1.3.2/src/fisx_multilayer.cpp:730:121: performance: Searching before insertion is not necessary. Instead of 'actualResult[elementName+" "+lineFamily][iLayer][c_it->first][tmpString]=0.0' consider using 'actualResult[elementName+" "+lineFamily][iLayer][c_it->first].try_emplace(tmpString, 0.0);'. [stlFindInsert] fisx-1.3.2/src/fisx_multilayer.cpp:886:125: performance: Searching before insertion is not necessary. Instead of 'actualResult[elementName+" "+lineFamily][iLayer][c_it->first][tmpString]=0.0' consider using 'actualResult[elementName+" "+lineFamily][iLayer][c_it->first].try_emplace(tmpString, 0.0);'. [stlFindInsert] fisx-1.3.2/src/fisx_multilayer.cpp:1024:125: performance: Searching before insertion is not necessary. Instead of 'actualResult[elementName+" "+lineFamily][iLayer][c_it->first][tmpString]=0.0' consider using 'actualResult[elementName+" "+lineFamily][iLayer][c_it->first].try_emplace(tmpString, 0.0);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/python-grpc-tools/python-grpc-tools_1.14.1.orig.tar.gz python-grpc-tools-1.14.1/grpc_root/src/compiler/csharp_generator.cc:300:47: performance: Searching before insertion is not necessary. [stlFindInsert] python-grpc-tools-1.14.1/grpc_root/src/compiler/csharp_generator.cc:304:48: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/p/python-pyclustering/python-pyclustering_0.10.1.2.orig.tar.gz pyclustering-0.10.1.2/ccore/src/cluster/cure.cpp:255:31: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/q/qpdf/qpdf_12.2.0.orig.tar.gz qpdf-12.2.0/libqpdf/QPDFJob.cc:2501:84: performance: Searching before insertion is not necessary. Instead of 'remove_unreferenced[other_uuid]=shouldRemoveUnreferencedResources(other)' consider using 'remove_unreferenced.try_emplace(other_uuid, shouldRemoveUnreferencedResources(other));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/q/qt6-shadertools/qt6-shadertools_6.9.2.orig.tar.xz qtshadertools-everywhere-src-6.9.2/src/3rdparty/SPIRV-Cross/spirv_msl.cpp:17647:39: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/q/qtop/qtop_2.3.4.orig.tar.gz Top-2.3.4/base/Options.h:177:45: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/q/qtox/qtox_1.17.6.orig.tar.gz qTox/src/widget/form/settings/avform.cpp:257:37: performance: Searching before insertion is not necessary. Instead of 'bestModeInds[res]=i' consider using 'bestModeInds.try_emplace(res, i);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/r-bioc-bitseq/r-bioc-bitseq_1.34.0+dfsg.orig.tar.xz BitSeq/src/FileHeader.cpp:41:32: performance: Searching before insertion is not necessary. Instead of 'values[words[i]]=no_value' consider using 'values.try_emplace(words[i], no_value);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/r-bioc-ebseq/r-bioc-ebseq_2.4.0.orig.tar.gz EBSeq/src/negativeBinomial.hpp:740:36: performance: Searching before insertion is not necessary. [stlFindInsert] EBSeq/src/negativeBinomial.hpp:778:36: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-dbscan/r-cran-dbscan_1.2.4+ds.orig.tar.xz dbscan/src/hdbscan.cpp:39:70: performance: Searching before insertion is not necessary. Instead of 'key_map[i+1]=std::vector()' consider using 'key_map.try_emplace(i+1, std::vector());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-reticulate/r-cran-reticulate_1.41.0.1+dfsg.orig.tar.xz reticulate/src/tinythread.h:844:30: performance: Searching before insertion is not necessary. Instead of 'idMap[aHandle]=idCount++' consider using 'idMap.try_emplace(aHandle, idCount++);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-rncl/r-cran-rncl_0.8.7.orig.tar.gz rncl/src/nxstreesblock.cpp:1185:27: performance: Searching before insertion is not necessary. Instead of 'capNameToInd[numV]=newVal' consider using 'capNameToInd.try_emplace(numV, newVal);'. [stlFindInsert] rncl/src/nxstreesblock.cpp:1192:28: performance: Searching before insertion is not necessary. Instead of 'capNameToInd[value]=newVal' consider using 'capNameToInd.try_emplace(value, newVal);'. [stlFindInsert] rncl/src/nxstreesblock.cpp:1670:32: performance: Searching before insertion is not necessary. Instead of 'capNameToInd[numV]=valueInd' consider using 'capNameToInd.try_emplace(numV, valueInd);'. [stlFindInsert] rncl/src/nxscharactersblock.cpp:5404:19: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-sass/r-cran-sass_0.4.9+dfsg.orig.tar.xz sass/src/libsass/src/extender.cpp:337:66: performance: Searching before insertion is not necessary. Instead of 'sourceSpecificity[simple]=complex->maxSpecificity()' consider using 'sourceSpecificity.try_emplace(simple, complex->maxSpecificity());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/r-cran-terra/r-cran-terra_1.8-70.orig.tar.gz terra/src/raster_stats.cpp:510:16: performance: Searching before insertion is not necessary. Instead of 'm[i][z]=0' consider using 'm[i].try_emplace(z, 0);'. [stlFindInsert] terra/src/raster_stats.cpp:569:16: performance: Searching before insertion is not necessary. Instead of 'm[i][z]=0' consider using 'm[i].try_emplace(z, 0);'. [stlFindInsert] terra/src/raster_stats.cpp:631:16: performance: Searching before insertion is not necessary. Instead of 'm[i][z]=posinf' consider using 'm[i].try_emplace(z, posinf);'. [stlFindInsert] terra/src/raster_stats.cpp:693:16: performance: Searching before insertion is not necessary. Instead of 'm[i][z]=neginf' consider using 'm[i].try_emplace(z, neginf);'. [stlFindInsert] terra/src/raster_stats.cpp:754:18: performance: Searching before insertion is not necessary. Instead of 'cnt[i][z]=0' consider using 'cnt[i].try_emplace(z, 0);'. [stlFindInsert] terra/src/raster_stats.cpp:813:18: performance: Searching before insertion is not necessary. Instead of 'cnt[i][z]=0' consider using 'cnt[i].try_emplace(z, 0);'. [stlFindInsert] terra/src/raster_stats.cpp:1206:21: performance: Searching before insertion is not necessary. Instead of 'm[j][zv[k]]=0' consider using 'm[j].try_emplace(zv[k], 0);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/rawtherapee/rawtherapee_5.12.orig.tar.xz rawtherapee-5.12/rtgui/options.cc:1296:48: performance: Searching before insertion is not necessary. Instead of 'checkedExtensions[i]=1' consider using 'checkedExtensions.try_emplace(i, 1);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/ray/ray_2.3.1.orig.tar.bz2 Ray-2.3.1/code/Mock/Parameters.cpp:1400:35: performance: Searching before insertion is not necessary. Instead of 'm_numberOfSequencesInFile[file]=n' consider using 'm_numberOfSequencesInFile.try_emplace(file, n);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/recoll/recoll_1.43.9.orig.tar.gz recoll-1.43.9/qtgui/restable.cpp:281:52: performance: Searching before insertion is not necessary. Instead of 'o_displayableFields[field]=u8s2qs(field)' consider using 'o_displayableFields.try_emplace(field, u8s2qs(field));'. [stlFindInsert] recoll-1.43.9/rcldb/rclabstract.cpp:385:32: performance: Searching before insertion is not necessary. Instead of 'sparseDoc[sto+1]=cstr_ellipsis' consider using 'sparseDoc.try_emplace(sto+1, cstr_ellipsis);'. [stlFindInsert] recoll-1.43.9/utils/mimeparse.cpp:359:29: performance: Searching before insertion is not necessary. Instead of 'allchunks[nm]=empty' consider using 'allchunks.try_emplace(nm, empty);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/rna-star/rna-star_2.7.11b+dfsg.orig.tar.xz STAR-2.7.11b/source/SoloFeature_countVelocyto.cpp:58:37: performance: Searching before insertion is not necessary. Instead of 'cuTrTypes[iCB][umi]=trT' consider using 'cuTrTypes[iCB].try_emplace(umi, trT);'. [stlFindInsert] STAR-2.7.11b/source/SoloFeature_collapseUMIall.cpp:352:36: performance: Searching before insertion is not necessary. Instead of 'genesM[gg]=ng' consider using 'genesM.try_emplace(gg, ng);'. [stlFindInsert] STAR-2.7.11b/source/SoloFeature_quantTranscript.cpp:139:38: performance: Searching before insertion is not necessary. Instead of 'mapTrDist[cbCl][umi]=tD' consider using 'mapTrDist[cbCl].try_emplace(umi, tD);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/rocfft/rocfft_6.4.3.orig.tar.gz rocFFT-rocm-6.4.3/library/src/device/generator/fftgenerator.h:73:34: performance: Searching before insertion is not necessary. [stlFindInsert] rocFFT-rocm-6.4.3/library/src/device/generator/fftgenerator.h:82:37: performance: Searching before insertion is not necessary. [stlFindInsert] rocFFT-rocm-6.4.3/library/src/tuning_helper.cpp:294:37: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/ros-opencv-apps/ros-opencv-apps_2.0.2.orig.tar.gz opencv_apps-2.0.2/src/nodelet/face_recognition_nodelet.cpp:149:17: performance: Searching before insertion is not necessary. Instead of 'm_[i]=id' consider using 'm_.try_emplace(i, id);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/ros2-ament-index/ros2-ament-index_1.12.1.orig.tar.gz ament-ament_index-13b1378/ament_index_cpp/src/get_resources.cpp:66:36: performance: Searching before insertion is not necessary. Instead of 'resources[entry->d_name]=base_path' consider using 'resources.try_emplace(entry->d_name, base_path);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/rosegarden/rosegarden_25.12.orig.tar.xz rosegarden-25.12/src/commands/edit/PasteEventsCommand.cpp:269:61: performance: Searching before insertion is not necessary. Instead of 'groupIdMap[groupId]=destination->getNextId()' consider using 'groupIdMap.try_emplace(groupId, destination->getNextId());'. [stlFindInsert] rosegarden-25.12/src/document/io/MusicXMLImportHelper.cpp:94:32: performance: Searching before insertion is not necessary. Instead of 'm_mainVoice[m_staff]=""' consider using 'm_mainVoice.try_emplace(m_staff, "");'. [stlFindInsert] rosegarden-25.12/src/document/RoseXmlHandler.cpp:361:69: performance: Searching before insertion is not necessary. Instead of 'm_groupIdMap[storedId]=m_currentSegment->getNextId()' consider using 'm_groupIdMap.try_emplace(storedId, m_currentSegment->getNextId());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/rsbackup/rsbackup_10.0.orig.tar.gz rsbackup-10.0/src/MakeBackup.cc:657:25: performance: Searching before insertion is not necessary. Instead of 'locks[h->group]=new std::mutex()' consider using 'locks.try_emplace(h->group, new std::mutex());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/rsem/rsem_1.3.3+dfsg.orig.tar.xz RSEM-1.3.3/SamHeader.hpp:41:19: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/rspamd/rspamd_3.13.2.orig.tar.xz rspamd-3.13.2/contrib/google-ced/util/encodings/encodings.cc:569:42: performance: Searching before insertion is not necessary. Instead of 'encoding_map[mime_encoding_name]=e' consider using 'encoding_map.try_emplace(mime_encoding_name, e);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/r/rubberband/rubberband_4.0.0+dfsg.orig.tar.xz rubberband-4.0.0/src/common/StretchCalculator.cpp:74:32: performance: Searching before insertion is not necessary. Instead of 'm_keyFrameMap[0]=0' consider using 'm_keyFrameMap.try_emplace(0, 0);'. [stlFindInsert] rubberband-4.0.0/src/faster/StretcherChannelData.cpp:133:29: performance: Searching before insertion is not necessary. Instead of 'ffts[fftSize]=new FFT(fftSize)' consider using 'ffts.try_emplace(fftSize, new FFT(fftSize));'. [stlFindInsert] rubberband-4.0.0/src/faster/StretcherChannelData.cpp:192:25: performance: Searching before insertion is not necessary. Instead of 'ffts[fftSize]=new FFT(fftSize)' consider using 'ffts.try_emplace(fftSize, new FFT(fftSize));'. [stlFindInsert] rubberband-4.0.0/src/faster/R2Stretcher.cpp:613:33: performance: Searching before insertion is not necessary. Instead of 'm_windows[*i]=new Window < float >(HannWindow,*i)' consider using 'm_windows.try_emplace(*i, new Window < float >(HannWindow,*i));'. [stlFindInsert] rubberband-4.0.0/src/faster/R2Stretcher.cpp:616:31: performance: Searching before insertion is not necessary. Instead of 'm_sincs[*i]=new SincWindow < float >(*i,*i)' consider using 'm_sincs.try_emplace(*i, new SincWindow < float >(*i,*i));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/s/sayonara/sayonara_1.11.0-stable2.orig.tar.gz sayonara-player-1.11.0-stable2/src/Utils/MetaData/MetaDataList.cpp:211:21: performance: Searching before insertion is not necessary. [stlFindInsert]