1
Fork 0

vesion 0.4. It was included the bmz8 algorithm to generate mphfs for small set of keys (at most 256 keys), the vector adpter and some bugs have been corrected.

This commit is contained in:
fc_botelho 2005-09-16 04:10:16 +00:00
parent 92cf0ea484
commit 3871a24405
2 changed files with 20 additions and 1 deletions

12
README
View File

@ -52,6 +52,16 @@ The CMPH Library encapsulates the newest and more efficient algorithms in an eas
perfect hash functions in linear time. The resulting functions are order preserving and
are stored in 4cn bytes, where c is greater than 2.
----------------------------------------
News for version 0.4
====================
- Vector Adapter has been added.
- An optimized version of bmz (bmz8) for small set of keys (at most 256 keys) has been added.
- All reported bugs and suggestions have been corrected and included as well.
----------------------------------------
@ -210,7 +220,7 @@ Davi de Castro Reis (davi@users.sourceforge.net)
Fabiano Cupertino Botelho (fc_botelho@users.sourceforge.net)
Last Updated: Mon Jul 25 19:14:42 2005
Last Updated: Fri Sep 16 00:47:45 2005

View File

@ -56,6 +56,15 @@ The CMPH Library encapsulates the newest and more efficient algorithms in an eas
%html% [Click Here comparison.html] to see a comparison of the supported algorithms.
----------------------------------------
==News for version 0.4==
- Vector Adapter has been added.
- An optimized version of bmz (bmz8) for small set of keys (at most 256 keys) has been added.
- All reported bugs and suggestions have been corrected and included as well.
----------------------------------------
==News for version 0.3==