bors
30837cb66d
Auto merge of #155550 - zetanumbers:cache_insert_unique, r=oli-obk
...
Replace `ShardedHashMap` method `insert` with debug-checked `insert_unique`
Currently every use of `ShardedHashMap::insert` checks that it won't evict an old value due to unique key. I haven't found any issue related to that faulty condition, so I thought of replacing it with `ShardedHashMap::insert_unique` which doesn't check for this condition unless `debug_assertions` are enabled. This might improve the performance.
r? @petrochenkov
2026-04-22 22:28:22 +00:00
..
2026-04-16 16:28:59 +10:00
2026-04-15 20:03:07 +10:00
2026-04-14 11:32:33 +03:00
2026-04-21 18:23:40 +03:00
2026-04-21 23:21:23 +02:00
2026-04-16 18:22:56 +10:00
2026-04-22 19:28:44 +08:00
2026-04-22 02:57:46 +00:00
2026-04-19 16:04:32 +02:00
2026-04-20 00:18:28 +08:00
2026-04-21 16:53:39 +02:00
2026-04-22 19:18:30 +02:00
2026-04-22 15:47:21 +00:00
2026-04-21 18:23:40 +03:00
2026-04-22 22:28:22 +00:00
2026-04-18 19:13:30 +02:00
2026-04-15 13:50:43 +02:00
2026-04-10 15:06:57 +02:00
2026-04-17 23:43:08 +02:00
2026-04-22 19:28:44 +08:00
2026-04-22 19:28:44 +08:00
2026-04-22 19:28:44 +08:00
2026-04-22 02:57:46 +00:00
2026-04-03 15:34:33 +11:00
2026-04-16 07:08:08 +10:00
2026-04-22 19:18:32 +02:00
2026-04-05 13:38:16 +10:00
2026-04-16 19:30:56 -04:00
2026-03-31 20:16:57 +11:00
2026-04-22 02:57:46 +00:00
2026-04-20 00:18:28 +08:00
2026-03-04 06:10:42 +00:00
2026-04-22 19:28:44 +08:00
2026-04-21 19:28:53 +02:00
2026-04-12 23:33:27 +05:30
2026-04-03 13:44:12 +11:00
2026-04-22 13:54:57 +10:00
2026-04-22 22:28:22 +00:00
2026-04-20 13:52:07 +02:00
2026-04-20 00:18:28 +08:00
2026-04-21 18:23:40 +03:00
2026-04-21 05:35:16 +00:00
2026-04-21 12:28:25 +02:00
2026-04-20 13:36:27 +08:00
2026-04-22 19:28:44 +08:00
2026-04-20 00:18:28 +08:00
2026-04-20 00:18:28 +08:00
2026-04-22 19:18:31 +02:00
2026-04-22 10:22:14 +08:00
2026-04-16 07:08:08 +10:00
2026-04-22 19:18:32 +02:00
2026-04-21 12:28:22 +02:00
2026-04-08 21:09:07 +02:00
2026-04-20 18:57:01 +02:00
2026-04-22 19:28:44 +08:00
2026-04-20 00:18:28 +08:00
2026-04-16 12:29:39 +00:00
2026-04-22 06:20:12 +00:00
2026-04-21 12:28:22 +02:00
2026-03-24 18:25:21 +01:00
2026-04-21 18:23:40 +03:00
2026-04-21 12:28:26 +02:00