boostorg / unordered

Boost.org unordered module
http://boost.org/libs/unordered
Boost Software License 1.0
62 stars 55 forks source link

Optimize `emplace()` for arguments of the form `k, v` #226

Closed k3DW closed 6 months ago

k3DW commented 8 months ago

We can defer the value_type construction until we're sure we will emplace.