stlFindInsert ftp://ftp.de.debian.org/debian/pool/main/k/kate/kate_25.04.3.orig.tar.xz kate-25.04.3/addons/gdbplugin/dapbackend.cpp:659:66: performance: Searching before insertion is not necessary. Instead of 'm_breakpoints[id]=QList>()' consider using 'm_breakpoints.try_emplace(id, QList>());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/k/kile/kile_2.9.94.orig.tar.bz2 kile-2.9.94/src/editorkeysequencemanager.cpp:43:28: performance: Searching before insertion is not necessary. Instead of 'm_actionMap[seq]=action' consider using 'm_actionMap.try_emplace(seq, action);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/k/knewstuff/knewstuff_5.116.0.orig.tar.xz knewstuff-5.116.0/src/kmoretools/kmoretools.cpp:158:53: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/k/kodi-pvr-dvblink/kodi-pvr-dvblink_21.1.3+ds.orig.tar.xz kodi-pvr-dvblink-21.1.3/src/DVBLinkClient.cpp:719:41: performance: Searching before insertion is not necessary. Instead of 'timer_idx_map_[id]=timer_idx_seed_++' consider using 'timer_idx_map_.try_emplace(id, timer_idx_seed_++);'. [stlFindInsert] kodi-pvr-dvblink-21.1.3/src/DVBLinkClient.cpp:1516:53: performance: Searching before insertion is not necessary. Instead of 'schedule_to_num_map[tvitem->ScheduleId]=0' consider using 'schedule_to_num_map.try_emplace(tvitem->ScheduleId, 0);'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/k/kodi-pvr-nextpvr/kodi-pvr-nextpvr_21.3.2+ds.orig.tar.xz kodi-pvr-nextpvr-21.3.2/src/Channels.cpp:237:37: performance: Searching before insertion is not necessary. [stlFindInsert] kodi-pvr-nextpvr-21.3.2/src/Recordings.cpp:109:29: performance: Searching before insertion is not necessary. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/l/leocad/leocad_25.09.orig.tar.gz leocad-25.09/common/lc_stringcache.cpp:39:41: performance: Searching before insertion is not necessary. Instead of 'mStrings[String]=lcStringCacheEntry()' consider using 'mStrings.try_emplace(String, lcStringCacheEntry());'. [stlFindInsert] ftp://ftp.de.debian.org/debian/pool/main/l/lexd/lexd_1.3.5.orig.tar.bz2 lexd-1.3.5/src/lexdcompiler.cc:212:34: performance: Searching before insertion is not necessary. Instead of 'name_to_id[name]=string_ref(id_to_name.size())' consider using 'name_to_id.try_emplace(name, string_ref(id_to_name.size()));'. [stlFindInsert] lexd-1.3.5/src/lexdcompiler.cc:1585:47: performance: Searching before insertion is not necessary. Instead of 'lexiconFreedom[tok.left.name]=true' consider using 'lexiconFreedom.try_emplace(tok.left.name, true);'. [stlFindInsert] lexd-1.3.5/src/lexdcompiler.cc:1589:48: performance: Searching before insertion is not necessary. Instead of 'lexiconFreedom[tok.right.name]=true' consider using 'lexiconFreedom.try_emplace(tok.right.name, true);'. [stlFindInsert]