Re: [PATCH] PR 95079 Improve unordered_map insert_or_assign and try_emplace

2020-05-29 Thread Jonathan Wakely via Gcc-patches
On 29/05/20 10:18 +0200, François Dumont via Libstdc++ wrote: I added a try_emplace at the underlying _Hashtable level which I use in both insert_or_assign and try_emplace. I am not making any use of the hint for the moment. I'll review this once my other hashtable patches are being validated

[PATCH] PR 95079 Improve unordered_map insert_or_assign and try_emplace

2020-05-29 Thread François Dumont via Gcc-patches
I added a try_emplace at the underlying _Hashtable level which I use in both insert_or_assign and try_emplace. I am not making any use of the hint for the moment. I'll review this once my other hashtable patches are being validated.     PR libstdc++/95079     * include/bits/ha