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
Looking to get packed encoding support added. I use CBOR to save cached OCR data
the file is around 8.6mb which is around 50% smaller than the JSON equivalent. Reading the cbor file in a hex editor shows a lot of stuff are repeated like field names/certain fields that repeat the same value over and over.
Packed encoding would be wonderful 😄
Acceptance Criteria
Works
Smaller file size
Suggestions for a technical implementation
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description
Looking to get packed encoding support added. I use CBOR to save cached OCR data
the file is around 8.6mb which is around 50% smaller than the JSON equivalent. Reading the cbor file in a hex editor shows a lot of stuff are repeated like field names/certain fields that repeat the same value over and over.
Packed encoding would be wonderful 😄
Acceptance Criteria
Suggestions for a technical implementation
No response
The text was updated successfully, but these errors were encountered: