|
From: Reini U. <ru...@x-...> - 2011-03-02 23:00:17
|
Bryan Geraghty schrieb: > I've been doing some work with the new Skein suite lately and wondered > what it would take to add it to the mhash library. But when I looked at > the SourceForge page, I noticed that the project is no longer under > active development. Has it been moved elsewhere or is this just a > technicality? A me too: I haven't looked lately to mdev but worked with cmph. Creating perfect hash functions, even minimal perfect hash functions in RAM is possible nowadays. See cmph, esp. BDZ http://cmph.sourceforge.net/bdz.html So you do not ask for a good HASH algorithm anymore, you create the best hash function on the fly and use it at runtime. IMHO such a feature should be added to mhash. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |