• Show log

    Commit

  • Hash : ef8b7feb
    Author : Vicent Marti
    Date : 2015-12-16T19:36:50

    index: Also size-hint the hash table Note that we're not checking whether the resize succeeds; in OOM cases, we let it run with a "small" vector and hash table and see if by chance we can grow it dynamically as we insert the new entries. Nothing to lose really.