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
A byte-long length is used when short_vec serialization is desired in several places. This causes some limitations with size and problems when these limits are exceeded.
Suggested Improvements
Implement short_vec and use where faulty serialization is use. Would be great to add a test with large instruction data as well.
Extra Information
No response
The text was updated successfully, but these errors were encountered:
Description
A byte-long length is used when short_vec serialization is desired in several places. This causes some limitations with size and problems when these limits are exceeded.
Suggested Improvements
Implement short_vec and use where faulty serialization is use. Would be great to add a test with large instruction data as well.
Extra Information
No response
The text was updated successfully, but these errors were encountered: