lumiera_/src/lib/idi
Ichthyostega cc989d171f investigate hash collisions on 32bit platform
...while on the train back from FrOSCon.
still the same old problem: we need a better hash function
for generating our Entry-IDs. The default hash function from Boost performs
poor on strings with common prefix and trailing number.

We use a hackish workaround, which is sufficient to avoid collisions
among the first 10000 numbers.
2015-08-27 23:48:39 +02:00
..
entry-id.hpp investigate hash collisions on 32bit platform 2015-08-27 23:48:39 +02:00
genfunc.cpp EntryID(#865): switch ID generation to the newly defined generic ID functions 2015-08-16 01:35:29 +02:00
genfunc.hpp improve spread of the hash function used for EntryID 2015-08-16 01:35:30 +02:00