stlFindInsert ftp://ftp.de.debian.org/debian/pool/main/o/odr-dabmod/odr-dabmod_3.0.1+ds.orig.tar.gz Opendigitalradio-ODR-DabMod-710039e/src/EtiReader.cpp:460:68: performance: Searching before insertion is not necessary. Instead of 'm_sources[stc.stream_index]=make_shared(stc.sad,stc.stl(),stc.tpl)' consider using 'm_sources.try_emplace(stc.stream_index, make_shared(stc.sad,stc.stl(),stc.tpl));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/o/ompl/ompl_1.6.0+ds1.orig.tar.xz ompl-1.6.0/src/ompl/extensions/triangle/src/TriangularDecomposition.cpp:251:51: performance: Searching before insertion is not necessary. Instead of 'pointIndex[pt]=in.numberofpoints++' consider using 'pointIndex.try_emplace(pt, in.numberofpoints++);'. [stlFindInsert] ompl-1.6.0/src/ompl/extensions/triangle/src/TriangularDecomposition.cpp:263:51: performance: Searching before insertion is not necessary. Instead of 'pointIndex[pt]=in.numberofpoints++' consider using 'pointIndex.try_emplace(pt, in.numberofpoints++);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/o/oomd/oomd_0.5.0.orig.tar.gz oomd-0.5.0/src/oomd/plugins/CorePluginsTest.cpp:57:24: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/o/open3d/open3d_0.19.0.orig.tar.xz isl-org-Open3D-1e7b174/cpp/open3d/geometry/LineSetFactory.cpp:51:35: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/geometry/LineSetFactory.cpp:113:35: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/geometry/PointCloud.cpp:162:41: performance: Searching before insertion is not necessary. Instead of 'point_to_old_index[coord]=i' consider using 'point_to_old_index.try_emplace(coord, i);'. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/geometry/Qhull.cpp:72:42: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/geometry/Qhull.cpp:164:42: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/geometry/TetraMesh.cpp:102:41: performance: Searching before insertion is not necessary. Instead of 'tetra_to_old_index[index]=i' consider using 'tetra_to_old_index.try_emplace(index, i);'. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/geometry/TriangleMeshSimplification.cpp:114:39: performance: Searching before insertion is not necessary. Instead of 'voxel_vert_ind[vox_idx]=new_vidx' consider using 'voxel_vert_ind.try_emplace(vox_idx, new_vidx);'. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/geometry/TriangleMesh.cpp:754:44: performance: Searching before insertion is not necessary. Instead of 'triangle_to_old_index[index]=i' consider using 'triangle_to_old_index.try_emplace(index, i);'. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/geometry/TriangleMesh.cpp:1342:37: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/ml/contrib/GridSubsampling.cpp:94:45: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/pipelines/integration/ScalableTSDFVolume.cpp:88:54: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/pipelines/registration/FastGlobalRegistration.cpp:43:29: performance: Searching before insertion is not necessary. Instead of 'corres_ij[i]=-1' consider using 'corres_ij.try_emplace(i, -1);'. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/visualization/shader/SimpleShader.cpp:288:35: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/cpp/open3d/visualization/visualizer/O3DVisualizer.cpp:1895:34: performance: Searching before insertion is not necessary. [stlFindInsert] isl-org-Open3D-1e7b174/examples/cpp/OnlineSLAMUtil.h:194:65: performance: Searching before insertion is not necessary. Instead of 'default_param[it.first]=default_parameters_.at(it.first)' consider using 'default_param.try_emplace(it.first, default_parameters_.at(it.first));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/o/opencc/opencc_1.1.9+ds1.orig.tar.xz OpenCC-ver.1.1.9/src/DictGroup.cpp:80:29: performance: Searching before insertion is not necessary. Instead of 'matched[entryLen]=entry' consider using 'matched.try_emplace(entryLen, entry);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/o/openimageio/openimageio_2.5.18.0+dfsg.orig.tar.xz OpenImageIO-2.5.18.0/src/libOpenImageIO/imageioplugin.cpp:81:38: performance: Searching before insertion is not necessary. Instead of 'input_formats[ext]=input_creator' consider using 'input_formats.try_emplace(ext, input_creator);'. [stlFindInsert] OpenImageIO-2.5.18.0/src/libOpenImageIO/imageioplugin.cpp:86:42: performance: Searching before insertion is not necessary. Instead of 'input_formats[format_name]=input_creator' consider using 'input_formats.try_emplace(format_name, input_creator);'. [stlFindInsert] OpenImageIO-2.5.18.0/src/libOpenImageIO/imageioplugin.cpp:94:39: performance: Searching before insertion is not necessary. Instead of 'output_formats[ext]=output_creator' consider using 'output_formats.try_emplace(ext, output_creator);'. [stlFindInsert] OpenImageIO-2.5.18.0/src/libOpenImageIO/imageioplugin.cpp:99:43: performance: Searching before insertion is not necessary. Instead of 'output_formats[format_name]=output_creator' consider using 'output_formats.try_emplace(format_name, output_creator);'. [stlFindInsert] OpenImageIO-2.5.18.0/src/libOpenImageIO/imageioplugin.cpp:106:44: performance: Searching before insertion is not necessary. Instead of 'extension_to_format_map[ext]=format_name' consider using 'extension_to_format_map.try_emplace(ext, format_name);'. [stlFindInsert] OpenImageIO-2.5.18.0/src/libOpenImageIO/imageioplugin.cpp:111:44: performance: Searching before insertion is not necessary. Instead of 'extension_to_format_map[ext]=format_name' consider using 'extension_to_format_map.try_emplace(ext, format_name);'. [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.1.orig.tar.bz2 pdns-5.0.1/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.1.orig.tar.xz pdns-recursor-5.3.1/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/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] pinot-1.22/Core/WorkerThreads.cpp:108:26: performance: Searching before insertion is not necessary. [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/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_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] 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] 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/p/pytorch-sparse/pytorch-sparse_0.6.18.orig.tar.gz pytorch_sparse-0.6.18/csrc/cpu/relabel_cpu.cpp:31:31: performance: Searching before insertion is not necessary. Instead of 'n_id_map[c]=n_ids.size()' consider using 'n_id_map.try_emplace(c, n_ids.size());'. [stlFindInsert] pytorch_sparse-0.6.18/csrc/cpu/sample_cpu.cpp:52:35: performance: Searching before insertion is not necessary. Instead of 'n_id_map[c]=n_ids.size()' consider using 'n_id_map.try_emplace(c, n_ids.size());'. [stlFindInsert] pytorch_sparse-0.6.18/csrc/cpu/sample_cpu.cpp:74:37: performance: Searching before insertion is not necessary. Instead of 'n_id_map[c]=n_ids.size()' consider using 'n_id_map.try_emplace(c, n_ids.size());'. [stlFindInsert] pytorch_sparse-0.6.18/csrc/cpu/sample_cpu.cpp:107:35: performance: Searching before insertion is not necessary. Instead of 'n_id_map[c]=n_ids.size()' consider using 'n_id_map.try_emplace(c, n_ids.size());'. [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]