The GCC7 notes says - A new power-of-two rehashing policy for use with the _Hashtable internals, thanks to François Dumont. What do I have to do to use this instead of the default prime rehash policy, for example with std::unordered_set/map?
The GCC7 notes says - A new power-of-two rehashing policy for use with the _Hashtable internals, thanks to François Dumont. What do I have to do to use this instead of the default prime rehash policy, for example with std::unordered_set/map?