Increase KeyBuffer on-stack limit to 512 bytes
Most key + fields will end up being larger than 32 bytes. Increasing this a bit will save lots of dynamic allocations.
Please register or sign in to comment
Most key + fields will end up being larger than 32 bytes. Increasing this a bit will save lots of dynamic allocations.