| Commit message (Expand) | Author | Age | Files | Lines |
* | libihash: Make sure we do not remove a locp several times | Samuel Thibault | 2018-01-06 | 1 | -0/+2 |
* | libihash: enable fast insertions replacing tombstones | Justus Winter | 2016-05-03 | 1 | -5/+8 |
* | libihash: fix corner case | Justus Winter | 2016-05-03 | 1 | -1/+4 |
* | libihash: rehash if effective load exceeds the threshold | Justus Winter | 2016-04-29 | 1 | -4/+6 |
* | libihash: keep track of free slots | Justus Winter | 2016-04-29 | 1 | -0/+9 |
* | libihash: fix index computation | Justus Winter | 2016-04-29 | 1 | -6/+1 |
* | fix compiler warnings in hurd/libihash | Flavio Cruz | 2015-12-29 | 1 | -1/+1 |
* | libihash: fix item insertion | Justus Winter | 2015-11-29 | 1 | -36/+18 |
* | libihash: generalize the interface to support non-integer keys | Justus Winter | 2015-11-29 | 1 | -11/+49 |
* | libihash: fix fast insertion corner case | Justus Winter | 2015-11-29 | 1 | -0/+1 |
* | libihash: fix ill-devised locp lookup interface | Justus Winter | 2015-11-29 | 1 | -10/+9 |
* | libihash: prefer performance degradation over failure | Justus Winter | 2015-11-12 | 1 | -1/+11 |
* | libihash: optimize lookup-or-insert operations | Justus Winter | 2015-11-06 | 1 | -1/+77 |
* | libihash: add hurd_ihash_value_valid | Justus Winter | 2015-11-06 | 1 | -2/+1 |
* | libihash: do not use an integer hash function by default | Justus Winter | 2014-05-26 | 1 | -18/+4 |
* | libihash: add hurd_ihash_get_load | Justus Winter | 2014-05-22 | 1 | -18/+2 |
* | libihash: fix typo | Justus Winter | 2014-05-22 | 1 | -1/+1 |
* | libihash: use fast binary scaling to determine the load | Justus Winter | 2014-05-13 | 1 | -10/+27 |
* | libihash: use linear probing and fast modulo operation | Justus Winter | 2014-05-13 | 1 | -110/+15 |
* | libihash: use an integer hash function on the keys | Justus Winter | 2014-05-13 | 1 | -2/+15 |
* | libihash: remove dead code | Justus Winter | 2013-12-09 | 1 | -3/+0 |
* | Clean up the included header files | Justus Winter | 2013-11-16 | 1 | -3/+1 |
* | Address gcc warning | Bob Ham | 2012-06-30 | 1 | -1/+1 |
* | 2006-07-11 Samuel Thibault <samuel.thibault@ens-lyon.org> | Thomas Schwinge | 2006-07-11 | 1 | -2/+3 |
* | 2004-04-02 Marco Gerards <metgerards@student.han.nl> | Marco Gerards | 2004-04-02 | 1 | -8/+11 |
* | 2004-03-07 Marcus Brinkmann <marcus@gnu.org> | Marcus Brinkmann | 2004-03-06 | 1 | -2/+2 |
* | auth/ | Marcus Brinkmann | 2004-03-01 | 1 | -196/+353 |
* | 2001-08-15 Roland McGrath <roland@frob.com> | Roland McGrath | 2001-08-15 | 1 | -13/+18 |
* | (ihash_create): | Miles Bader | 1997-06-20 | 1 | -1/+3 |
* | Include "priv.h". | Michael I. Bushnell | 1996-04-11 | 1 | -0/+1 |
* | (ihash_add): New name of nextprime. | Michael I. Bushnell | 1996-04-11 | 1 | -2/+2 |
* | (ihash_locp_remove): Get rid of the optimization to use HASH_EMPTY instead of | Miles Bader | 1995-08-07 | 1 | -18/+3 |
* | Initial revision | Miles Bader | 1995-03-31 | 1 | -0/+292 |