Re: [PATCH 2/5] libihash: add hurd_ihash_get_load

2014-05-20 Thread Samuel Thibault
Justus Winter, le Thu 15 May 2014 23:10:48 +0200, a écrit : > * libihash/ihash.c (hurd_ihash_add): Move the code computing the load > factor of the hash table... > * libihash/ihash.h (hurd_ihash_get_load): ... here, together with the > comment describing the method and the rationale for chosing bin

[PATCH 2/5] libihash: add hurd_ihash_get_load

2014-05-15 Thread Justus Winter
* libihash/ihash.c (hurd_ihash_add): Move the code computing the load factor of the hash table... * libihash/ihash.h (hurd_ihash_get_load): ... here, together with the comment describing the method and the rationale for chosing binary percent. --- libihash/ihash.c | 20 ++-- libiha