You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently by design, we only allocate a few numbers of bits for capacity.
Since the world is now using mostly 64-bit compiler we should probably redesign the data structures to optimize for 16-bytes on all architectures (previously was 8-bytes on 32-bit arch and 12 aligned to 16 on 64-bit arch).
The text was updated successfully, but these errors were encountered: