stlFindInsert ftp://ftp.de.debian.org/debian/pool/main/f/flatbuffers/flatbuffers_23.5.26+dfsg.orig.tar.xz flatbuffers-23.5.26+dfsg/grpc/src/compiler/ts_generator.cc:80:32: performance: Searching before insertion is not necessary. [stlFindInsert] flatbuffers-23.5.26+dfsg/grpc/src/compiler/ts_generator.cc:89:32: performance: Searching before insertion is not necessary. [stlFindInsert] flatbuffers-23.5.26+dfsg/grpc/src/compiler/ts_generator.cc:162:34: performance: Searching before insertion is not necessary. [stlFindInsert] flatbuffers-23.5.26+dfsg/grpc/src/compiler/ts_generator.cc:171:34: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/f/fparserc++/fparserc++_4.5.2.orig.tar.gz fparserc++-4.5.2/util/bytecoderules_parser.cc:918:61: performance: Searching before insertion is not necessary. [stlFindInsert] fparserc++-4.5.2/util/bytecoderules_parser.cc:979:61: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/f/freebayes/freebayes_1.3.9.orig.tar.gz freebayes-1.3.9/src/Genotype.cpp:1741:61: performance: Searching before insertion is not necessary. Instead of 'genotypesByPloidy[ploidy]=allPossibleGenotypes(ploidy,genotypeAlleles)' consider using 'genotypesByPloidy.try_emplace(ploidy, allPossibleGenotypes(ploidy,genotypeAlleles));'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/f/fw4spl/fw4spl_17.2.0.orig.tar.gz fw4spl-17.2.0/SrcLib/core/fwServices/src/fwServices/AppConfigManager.cpp:848:48: performance: Searching before insertion is not necessary. Instead of 'servicesMapCfg[srvCfg.m_uid]=&srvCfg' consider using 'servicesMapCfg.try_emplace(srvCfg.m_uid, &srvCfg);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/g/g2o/g2o_0~20230806.orig.tar.xz g2o-20230806_git/g2o/core/optimizable_graph.cpp:402:35: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/g/gamera/gamera_3.4.3.orig.tar.xz gamera-3.4.3/src/graph/graph_colorize.cpp:85:28: performance: Searching before insertion is not necessary. Instead of 'degrees[nnodes]=new std::list' consider using 'degrees.try_emplace(nnodes, new std::list);'. [stlFindInsert] gamera-3.4.3/src/graph/graph_colorize.cpp:128:39: performance: Searching before insertion is not necessary. Instead of 'degrees[degree-1]=new std::list' consider using 'degrees.try_emplace(degree-1, new std::list);'. [stlFindInsert]