Added macro for the bloom filter parameters and deleted old unused
macros for crc
This commit is contained in:
@ -27,8 +27,9 @@
|
||||
|
||||
#include "bloom.h"
|
||||
|
||||
#define NB_OF_AVLS (64)
|
||||
#define MASK (63)
|
||||
#define NODE_COUNT_PER_AVL (2000000)
|
||||
|
||||
#define BLOOM_FILTER_ERROR_RATE (0.001)
|
||||
|
||||
#define AVL_MAX_NAME (1024) /**< The maximum length of an AVL tree name.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user