We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846e10f commit 68380b3Copy full SHA for 68380b3
dependencies/xor_singleheader/include/binaryfusefilter.h
@@ -132,7 +132,7 @@ double binary_fuse8_max(double a, double b) {
132
static inline double binary_fuse8_calculate_size_factor(uint32_t arity,
133
uint32_t size) {
134
if (arity == 3) {
135
- return binary_fuse8_max(1.125, 0.4 + 9.3 / log((double)size));
+ return binary_fuse8_max(1.125, 0.125 + log((double)1000000) / log((double)size));
136
} else if (arity == 4) {
137
return binary_fuse8_max(1.075, 0.77 + 4.06 / log((double)size));
138
} else {
0 commit comments