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 c9cddd1318
commit 6722f0e80b
1 changed files with 9 additions and 0 deletions

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==