Change-Id: If5a59667cf3b9dc0c4d7423d2cf4ab640bdacf49
This commit is contained in:
Satoshi Kataoka 2013-01-30 20:55:31 +09:00
parent 6e2ba9b01e
commit 99eae8e984

View File

@ -370,7 +370,7 @@ static inline void prof_out(void) {
// TODO: Remove
#define MAX_POINTER_COUNT 1
#define MAX_POINTER_COUNT_FOR_G 2
#define MAX_POINTER_COUNT_G 2
// Size, in bytes, of the bloom filter index for bigrams
// 128 gives us 1024 buckets. The probability of false positive is (1 - e ** (-kn/m))**k,