Re: [PATCH v1 0/4] hashmap improvements

2014-07-03 Thread Matthieu Moy
Karsten Blees writes: > Here are a few small hashmap improvements, partly resulting from recent > discussion of the config-cache topic. > > Karsten Blees (4): > hashmap: factor out getting an int hash code from a SHA1 > hashmap: improve struct hashmap member documentation > hashmap: add sim

[PATCH v1 0/4] hashmap improvements

2014-07-02 Thread Karsten Blees
Here are a few small hashmap improvements, partly resulting from recent discussion of the config-cache topic. Karsten Blees (4): hashmap: factor out getting an int hash code from a SHA1 hashmap: improve struct hashmap member documentation hashmap: add simplified hashmap_get_from_hash() API