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
Currently, in the JUMBF serialization/deserialization, we have a lot of individual writeByte()/readByte() calls. Handling entire byte arrays would be more efficient but isn't currently supported by typed-binary.
Once this has been implemented in typed-binary (issue, PR), we can update the schemata accordingly.
The text was updated successfully, but these errors were encountered:
Currently, in the JUMBF serialization/deserialization, we have a lot of individual
writeByte()
/readByte()
calls. Handling entire byte arrays would be more efficient but isn't currently supported by typed-binary.Once this has been implemented in typed-binary (issue, PR), we can update the schemata accordingly.
The text was updated successfully, but these errors were encountered: