aboutsummaryrefslogtreecommitdiff
path: root/gen/prop/gcb
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-05-03 18:37:50 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-05-03 18:37:50 +0200
commit1b068cedf3c113f27121182b29e096ccb3e1b9c1 (patch)
tree0626eec582b75c767c35510bb33f5a191d99a276 /gen/prop/gcb
parent56539c1cae81fc95608be9170c1965346ce31c09 (diff)
Add more 2-stage lookup tables
Diffstat (limited to 'gen/prop/gcb')
-rwxr-xr-xgen/prop/gcb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/prop/gcb b/gen/prop/gcb
index 4565d40..06685b0 100755
--- a/gen/prop/gcb
+++ b/gen/prop/gcb
@@ -104,7 +104,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: