stlFindInsert ftp://ftp.de.debian.org/debian/pool/main/c/clickhouse/clickhouse_18.16.1+ds.orig.tar.xz ClickHouse-18.16.1-stable/dbms/src/Columns/tests/column_unique.cpp:33:40: performance: Searching before insertion is not necessary. Instead of 'ref_map[str]=ref_map.size()' consider using 'ref_map.try_emplace(str, ref_map.size());'. [stlFindInsert] ClickHouse-18.16.1-stable/dbms/src/Columns/tests/column_unique.cpp:72:40: performance: Searching before insertion is not necessary. Instead of 'ref_map[str]=ref_map.size()' consider using 'ref_map.try_emplace(str, ref_map.size());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/cmake/cmake_3.28.3.orig.tar.gz cmake-3.28.3/Source/cmDependsC.cxx:180:43: performance: Searching before insertion is not necessary. [stlFindInsert] cmake-3.28.3/Source/cmDependsC.cxx:386:41: performance: Searching before insertion is not necessary. [stlFindInsert] cmake-3.28.3/Source/cmExtraEclipseCDT4Generator.cxx:593:28: performance: Searching before insertion is not necessary. [stlFindInsert] cmake-3.28.3/Source/cmExtraEclipseCDT4Generator.cxx:785:26: performance: Searching before insertion is not necessary. [stlFindInsert] cmake-3.28.3/Source/cmExtraEclipseCDT4Generator.cxx:817:26: performance: Searching before insertion is not necessary. [stlFindInsert] cmake-3.28.3/Source/cmExtraEclipseCDT4Generator.cxx:849:26: performance: Searching before insertion is not necessary. [stlFindInsert] cmake-3.28.3/Source/cmGlobalXCodeGenerator.cxx:2992:28: performance: Searching before insertion is not necessary. [stlFindInsert] cmake-3.28.3/Source/cmLinkItemGraphVisitor.cxx:137:38: performance: Searching before insertion is not necessary. Instead of 'dependencies[name]=Dependency(DependencyType::Utility,item)' consider using 'dependencies.try_emplace(name, Dependency(DependencyType::Utility,item));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/cmtk/cmtk_3.3.1p2+dfsg.orig.tar.xz cmtk-3.3.1p2/libs/IO/cmtkClassStreamStudyList.cxx:86:23: performance: Searching before insertion is not necessary. Instead of 'seen[tit->first]=true' consider using 'seen.try_emplace(tit->first, true);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/codeblocks/codeblocks_20.03+svn13046.orig.tar.gz codeblocks-code-r13046-trunk/src/plugins/contrib/HexEditor/ExpressionParser.cpp:497:55: performance: Searching before insertion is not necessary. Instead of 'm_ArgMap[value]=m_Output->PushArgument(value)' consider using 'm_ArgMap.try_emplace(value, m_Output->PushArgument(value));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/codelite/codelite_17.0.0+dfsg.orig.tar.xz codelite-17.0.0/CodeLite/clFilesCollector.cpp:168:36: performance: Searching before insertion is not necessary. [stlFindInsert] codelite-17.0.0/CodeLite/cl_calltip.cpp:242:34: performance: Searching before insertion is not necessary. Instead of 'mymap[key]=cti' consider using 'mymap.try_emplace(key, cti);'. [stlFindInsert] codelite-17.0.0/CodeLite/fc_fileopener.cpp:149:35: performance: Searching before insertion is not necessary. [stlFindInsert] codelite-17.0.0/CodeLite/pptable.cpp:231:46: performance: Searching before insertion is not necessary. [stlFindInsert] codelite-17.0.0/Plugin/clFileSystemWorkspaceConfig.cpp:142:22: performance: Searching before insertion is not necessary. [stlFindInsert] codelite-17.0.0/Plugin/project.cpp:1927:59: performance: Searching before insertion is not necessary. Instead of 'm_virtualFoldersTable[""]=wxSharedPtr(new clProjectFolder("",m_doc.GetRoot()))' consider using 'm_virtualFoldersTable.try_emplace("", wxSharedPtr(new clProjectFolder("",m_doc.GetRoot())));'. [stlFindInsert] codelite-17.0.0/WebTools/WebToolsConfig.cpp:80:34: performance: Searching before insertion is not necessary. [stlFindInsert] codelite-17.0.0/wxcrafter/src/NewFormWizard.cpp:85:40: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/collada2gltf/collada2gltf_20140924.orig.tar.xz collada2gltf-20140924/shaders/commonProfileShaders.cpp:1316:69: performance: Searching before insertion is not necessary. Instead of 'techniqueHashToTechniqueID[techniqueHash]="technique"+GLTFUtils::toString(techniqueHashToTechniqueID.size())' consider using 'techniqueHashToTechniqueID.try_emplace(techniqueHash, "technique"+GLTFUtils::toString(techniqueHashToTechniqueID.size()));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/colmap/colmap_3.9.1.orig.tar.gz colmap-3.9.1/src/colmap/scene/scene_clustering.cc:264:33: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/colobot/colobot_0.2.1.orig.tar.gz colobot-colobot-gold-0.2.1-alpha/src/CBot/CBotDebug.cpp:53:51: performance: Searching before insertion is not necessary. Instead of 'instructions[ptr]=instructionsNextId++' consider using 'instructions.try_emplace(ptr, instructionsNextId++);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/colpack/colpack_1.0.10.orig.tar.gz ColPack-1.0.10/GraphColoring/GraphColoring.cpp:1342:50: performance: Searching before insertion is not necessary. Instead of 'mpiib_VisitedColorCombination[itr->first]=true' consider using 'mpiib_VisitedColorCombination.try_emplace(itr->first, true);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/condor/condor_23.4.0+dfsg.orig.tar.xz htcondor-23.4.0/src/annex/StatusReply.cpp:53:32: performance: Searching before insertion is not necessary. Instead of 'statusCounts[i->second]=0' consider using 'statusCounts.try_emplace(i->second, 0);'. [stlFindInsert] htcondor-23.4.0/src/annex/StatusReply.cpp:156:25: performance: Searching before insertion is not necessary. Instead of 'total[annexName]=0' consider using 'total.try_emplace(annexName, 0);'. [stlFindInsert] htcondor-23.4.0/src/annex/StatusReply.cpp:258:32: performance: Searching before insertion is not necessary. Instead of 'statusCounts[i->second]=0' consider using 'statusCounts.try_emplace(i->second, 0);'. [stlFindInsert] htcondor-23.4.0/src/condor_collector.V6/view_server.cpp:413:17: performance: Searching before insertion is not necessary. [stlFindInsert] htcondor-23.4.0/src/ec2_gahp/amazonCommands.cpp:462:23: performance: Searching before insertion is not necessary. Instead of 'headers["Host"]=host' consider using 'headers.try_emplace("Host", host);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/corectrl/corectrl_1.3.11+ds.orig.tar.gz corectrl-v1.3.11/src/core/sysmodelsyncer.cpp:38:40: performance: Searching before insertion is not necessary. Instead of 'ignoredSensors_[component]={}' consider using 'ignoredSensors_.try_emplace(component, {});'. [stlFindInsert] corectrl-v1.3.11/src/core/session.cpp:190:37: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/cura-engine/cura-engine_5.0.0.orig.tar.gz CuraEngine-5.0.0/src/settings/Settings.cpp:40:25: performance: Searching before insertion is not necessary. Instead of 'settings[key]=value' consider using 'settings.try_emplace(key, value);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/cuyo/cuyo_2.1.0.orig.tar.gz cuyo-2.1.0/src/prefsdaten.cpp:114:33: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/cvc4/cvc4_1.8.orig.tar.gz CVC4-1.8/examples/sets-translate/sets_translate.cpp:91:23: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/expr/node_algorithm.cpp:144:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/expr/node_algorithm.cpp:447:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/expr/node_algorithm.cpp:627:20: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/preprocessing/passes/global_negate.cpp:50:24: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/preprocessing/passes/sygus_inference.cpp:190:24: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/preprocessing/passes/synth_rew_rules.cpp:125:30: performance: Searching before insertion is not necessary. Instead of 'typesFound[tn]=true' consider using 'typesFound.try_emplace(tn, true);'. [stlFindInsert] CVC4-1.8/src/preprocessing/passes/synth_rew_rules.cpp:316:30: performance: Searching before insertion is not necessary. Instead of 'hasArgType[tn]=true' consider using 'hasArgType.try_emplace(tn, true);'. [stlFindInsert] CVC4-1.8/src/smt/model_core_builder.cpp:58:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/arith/nl/nl_model.cpp:249:24: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/arith/nl/nl_model.cpp:447:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/arith/nl/nl_solver.cpp:48:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/arith/nl/nl_solver.cpp:893:25: performance: Searching before insertion is not necessary. Instead of 'dproc[a][b]=true' consider using 'dproc[a].try_emplace(b, true);'. [stlFindInsert] CVC4-1.8/src/theory/arith/nl/nl_solver.cpp:1320:46: performance: Searching before insertion is not necessary. Instead of 'processed[itm->first[i]]=true' consider using 'processed.try_emplace(itm->first[i], true);'. [stlFindInsert] CVC4-1.8/src/theory/ext_theory.cpp:427:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/fp/theory_fp.cpp:1067:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/cegqi/ceg_instantiator.cpp:283:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/cegqi/ceg_instantiator.cpp:877:23: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/ematching/inst_strategy_e_matching.cpp:344:50: performance: Searching before insertion is not necessary. Instead of 'vcMap[tinfo[patTermsF[i]].d_fv[j]]=true' consider using 'vcMap.try_emplace(tinfo[patTermsF[i]].d_fv[j], true);'. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/ematching/trigger.cpp:724:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/equality_infer.cpp:380:36: performance: Searching before insertion is not necessary. Instead of 'processed[r]=true' consider using 'processed.try_emplace(r, true);'. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/inst_strategy_enumerative.cpp:215:33: performance: Searching before insertion is not necessary. Instead of 'reps_found[rep]=gt' consider using 'reps_found.try_emplace(rep, gt);'. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/quant_conflict_find.cpp:2306:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/quantifiers_rewriter.cpp:1238:18: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/relevant_domain.cpp:63:26: performance: Searching before insertion is not necessary. Instead of 'rterms[r]=d_terms[i]' consider using 'rterms.try_emplace(r, d_terms[i]);'. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/sygus/sygus_repair_const.cpp:331:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/sygus/sygus_unif_strat.cpp:903:28: performance: Searching before insertion is not necessary. Instead of 'needs_cons_curr[j]=true' consider using 'needs_cons_curr.try_emplace(j, true);'. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/sygus_sampler.cpp:153:28: performance: Searching before insertion is not necessary. Instead of 'var_to_type_id[sv]=type_id_counter' consider using 'var_to_type_id.try_emplace(sv, type_id_counter);'. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/sygus_sampler.cpp:330:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/sygus_sampler.cpp:366:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers/sygus_sampler.cpp:418:22: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/quantifiers_engine.cpp:1304:21: performance: Searching before insertion is not necessary. Instead of 'typ_num[tr]=0' consider using 'typ_num.try_emplace(tr, 0);'. [stlFindInsert] CVC4-1.8/src/theory/strings/arith_entail.cpp:143:26: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/strings/solver_state.cpp:328:29: performance: Searching before insertion is not necessary. Instead of 'eqc_to_leqc[lkey]=leqc_counter' consider using 'eqc_to_leqc.try_emplace(lkey, leqc_counter);'. [stlFindInsert] CVC4-1.8/src/theory/strings/core_solver.cpp:2254:31: performance: Searching before insertion is not necessary. Instead of 'processed[n[0]][n[1]]=true' consider using 'processed[n[0]].try_emplace(n[1], true);'. [stlFindInsert] CVC4-1.8/src/theory/uf/ho_extension.cpp:357:26: performance: Searching before insertion is not necessary. [stlFindInsert] CVC4-1.8/src/theory/uf/equality_engine.cpp:2224:33: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/cvc5/cvc5_1.1.2.orig.tar.gz cvc5-cvc5-1.1.2/src/expr/node_algorithm.cpp:145:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/expr/node_algorithm.cpp:534:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/expr/node_algorithm.cpp:563:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/expr/node_algorithm.cpp:668:20: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/preprocessing/passes/sygus_inference.cpp:189:24: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/preprocessing/passes/synth_rew_rules.cpp:149:30: performance: Searching before insertion is not necessary. Instead of 'typesFound[tn]=true' consider using 'typesFound.try_emplace(tn, true);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/proof/alf/alf_printer.cpp:180:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/proof/proof_node_algorithm.cpp:234:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/smt/model_core_builder.cpp:61:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/arith/nl/ext/factoring_check.cpp:87:46: performance: Searching before insertion is not necessary. Instead of 'processed[itm->first[i]]=true' consider using 'processed.try_emplace(itm->first[i], true);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/arith/nl/ext/monomial_bounds_check.cpp:54:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/arith/nl/ext/tangent_plane_check.cpp:76:25: performance: Searching before insertion is not necessary. Instead of 'dproc[a][b]=true' consider using 'dproc[a].try_emplace(b, true);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/arith/nl/nl_model.cpp:209:24: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/datatypes/sygus_datatype_utils.cpp:386:35: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/cegqi/ceg_instantiator.cpp:161:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/cegqi/ceg_instantiator.cpp:751:23: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/cegqi/ceg_instantiator.cpp:1422:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/ematching/inst_strategy_e_matching.cpp:395:20: performance: Searching before insertion is not necessary. Instead of 'vcMap[v]=true' consider using 'vcMap.try_emplace(v, true);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/oracle_engine.cpp:83:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/quant_conflict_find.cpp:485:31: performance: Searching before insertion is not necessary. Instead of 'cvd[dv]=v' consider using 'cvd.try_emplace(dv, v);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/quant_conflict_find.cpp:2693:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/relevant_domain.cpp:71:26: performance: Searching before insertion is not necessary. Instead of 'rterms[r]=d_terms[i]' consider using 'rterms.try_emplace(r, d_terms[i]);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/quantifiers_rewriter.cpp:1430:18: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/sygus/sygus_repair_const.cpp:283:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/sygus/sygus_unif_strat.cpp:909:28: performance: Searching before insertion is not necessary. Instead of 'needs_cons_curr[j]=true' consider using 'needs_cons_curr.try_emplace(j, true);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/sygus_sampler.cpp:158:28: performance: Searching before insertion is not necessary. Instead of 'var_to_type_id[sv]=type_id_counter' consider using 'var_to_type_id.try_emplace(sv, type_id_counter);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/sygus_sampler.cpp:319:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/sygus_sampler.cpp:355:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/sygus_sampler.cpp:407:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/quantifiers/term_tuple_enumerator.cpp:483:28: performance: Searching before insertion is not necessary. Instead of 'repsFound[rep]=gt' consider using 'repsFound.try_emplace(rep, gt);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/relevance_manager.cpp:133:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/strings/arith_entail.cpp:153:26: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/strings/regexp_entail.cpp:357:22: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/strings/solver_state.cpp:238:26: performance: Searching before insertion is not necessary. Instead of 'eqc_to_leqc[r]=leqc_counter' consider using 'eqc_to_leqc.try_emplace(r, leqc_counter);'. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/uf/equality_engine.cpp:2521:33: performance: Searching before insertion is not necessary. [stlFindInsert] cvc5-cvc5-1.1.2/src/theory/uf/ho_extension.cpp:450:26: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/c/cyphesis-cpp/cyphesis-cpp_0.6.2.orig.tar.xz cyphesis-0.6.2/tools/cydumprules.cpp:90:29: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/d/darkradiant/darkradiant_3.8.0.orig.tar.gz codereader-DarkRadiant-9a6ef13/radiant/ui/FileSelectionRequestHandler.h:55:52: performance: Searching before insertion is not necessary. Instead of '_lastDirs[type]=GlobalGameManager().getMapPath()' consider using '_lastDirs.try_emplace(type, GlobalGameManager().getMapPath());'. [stlFindInsert] codereader-DarkRadiant-9a6ef13/radiantcore/brush/csg/CSG.cpp:416:44: performance: Searching before insertion is not necessary. Instead of 'brushesByEntity[parent]=BrushPtrVector()' consider using 'brushesByEntity.try_emplace(parent, BrushPtrVector());'. [stlFindInsert] codereader-DarkRadiant-9a6ef13/radiantcore/clipper/BrushByPlaneClipper.cpp:137:26: performance: Searching before insertion is not necessary. Instead of 'shaderCount[shader]=0' consider using 'shaderCount.try_emplace(shader, 0);'. [stlFindInsert] codereader-DarkRadiant-9a6ef13/radiantcore/particles/RenderableParticle.cpp:173:55: performance: Searching before insertion is not necessary. [stlFindInsert] codereader-DarkRadiant-9a6ef13/radiantcore/settings/ColourScheme.cpp:94:37: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/d/dasher/dasher_5.0.0~beta~repack2.orig.tar.xz dasher-5.0.0~beta~repack2/Src/DasherCore/ControlManager.cpp:83:29: performance: Searching before insertion is not necessary. [stlFindInsert]