dpdani / cereggii

Thread synchronization utilities for Python
Apache License 2.0
9 stars 0 forks source link

Upgrade keys count limit from 2 ** 25 → 2 ** 56 #3

Closed dpdani closed 6 months ago

dpdani commented 9 months ago

To avoid some bugs due to memory alignment, the maximum dictionary size is 2 25, but may be upgraded to 2 56.

$2^{25} \approxeq 33.5\text{M}$ $2^{56} \approxeq 7\times{10^{16}}$