aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/bpt
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-30 23:05:37 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-30 23:05:37 +0200
commit93f22c78cde0e28365a0845e99ccd93cf706cbd3 (patch)
treee05a93367cb0e34c7882e9174552de5af624b045 /gen/prop/bpt
parent6972ad4f49e29644153993f9cafbbea6d2940cbe (diff)
Add even more 2-stage lookup tables
Diffstat (limited to 'gen/prop/bpt')
-rwxr-xr-xgen/prop/bpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/prop/bpt b/gen/prop/bpt
index 72a9215..e2db55d 100755
--- a/gen/prop/bpt
+++ b/gen/prop/bpt
@@ -83,7 +83,7 @@ def main() -> None:
cs = set(Cs)
sz_s1 = len(Cs) * isize(len(cs) - 1)
- sz_s2 = len(cs) * bs * 2
+ sz_s2 = len(cs) * bs
sz = sz_s1 + sz_s2
if sz < smallest: