This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Power of two rehash policy


On 15 November 2017 at 17:55, Jason Arnold wrote:
> That particular test just uses std::unordered_set.  Is there an example that
> shows using _Hashtable?  It's got a bunch of template args that I'm not
> entirely sure yet what to do with...

Look at the test more carefully. It uses std::unordered_set and it
also uses _Hashtable with the _Power2_rehash_policy.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]