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 a0b1e23 commit 0945878Copy full SHA for 0945878
algo/uidlist.go
@@ -60,7 +60,7 @@ func IntersectCompressedWith(pack *pb.UidPack, afterUID uint64, v, o *pb.List) {
60
61
// Select appropriate function based on heuristics.
62
ratio := float64(m) / float64(n)
63
- if ratio < 100 {
+ if ratio < 10 {
64
IntersectCompressedWithLinJump(&dec, v.Uids, &dst)
65
} else {
66
IntersectCompressedWithBin(&dec, v.Uids, &dst)
0 commit comments