summaryrefslogtreecommitdiff
path: root/src/idxmap.h
Commit message (Collapse)AuthorAgeFilesLines
* index: Also size-hint the hash tablevmg/index-fill-2Vicent Marti2015-12-161-0/+1
| | | | | | | 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.
* Add a hashmap for index entriesCarlos Martín Nieto2015-08-141-0/+92
They are hashed case-insensitively and take the stage into account.