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:
parent
2303517703
commit
ee35a5237d
12
README
12
README
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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==
|
||||
|
|
Loading…
Reference in New Issue