We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d98a0 commit fc812d9Copy full SHA for fc812d9
1 file changed
src/quicktions.pyx
@@ -55,7 +55,8 @@ except AttributeError:
55
56
57
# Cache widely used 10**x int objects.
58
-DEF CACHED_POW10 = 64 # sys.getsizeof(tuple[58]) == 512 bytes in Py3.7
+# Py3.12/Ubuntu64: sys.getsizeof(tuple[58]) == 512 bytes, tuple[91] == 768, tuple[123] == 1024
59
+DEF CACHED_POW10 = 91
60
61
cdef tuple _cache_pow10():
62
cdef int i
0 commit comments