Use flatbuffers #1

Open
opened 2026-03-28 00:31:05 +01:00 by vegardbm · 0 comments
Owner

JSON is slow and uses up a lot of space. Flatbuffers are fast, don't require parsing and are memory efficient. This should solve the huge bottleneck when starting up the application and reading all the metadata.

JSON is slow and uses up a lot of space. Flatbuffers are fast, don't require parsing and are memory efficient. This should solve the huge bottleneck when starting up the application and reading all the metadata.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vegardbm/ImageViewer#1