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
Document why buffering is required (length-prefixed format), pre-size
the ByteArrayOutputStream to 16 KB (fits typical tag sets without
reallocation; grows via BAOS doubling for rich tag data), reuse a
single buffer across both map blocks via reset(), and use writeTo()
rather than toByteArray() to avoid an extra copy.
0 commit comments