From 6722f0e80b76ed0eb39d8193fd4a38a2df1c6b1e Mon Sep 17 00:00:00 2001 From: fc_botelho Date: Fri, 16 Sep 2005 04:10:16 +0000 Subject: [PATCH] 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. --- README.t2t | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.t2t b/README.t2t index 231718d..d51e705 100644 --- a/README.t2t +++ b/README.t2t @@ -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==