On Mon Aug 4 19:28:47 2025 +0000, Nikolay Sivov wrote:
There should a simpler way to define this. Padding I suspect is due to pointer field alignment on 64-bit. Does it not properly right away?
The alignment padding is what makes packing necessary I think. I couldn't come up with any other way, unfortunately.