From 3871a24405b7d65c577ca5d604a4df22be70c227 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 | 12 +++++++++++- README.t2t | 9 +++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/README b/README index 9e84f05..de2ffbe 100644 --- a/README +++ b/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 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==