wc-duck / datalibrary

Open Source Data Library for data serialization.
Other
42 stars 8 forks source link

Feature request: Fusing pointers to identical data #146

Closed Tisten closed 1 year ago

Tisten commented 1 year ago

Merging of pointers (and arrays) which have identical payloads can save a lot of space. This could either be supported on a global file scale, or with a per pointer/array decorator which decides if fusing the data is valid for that pointer or not. Global support is a great start.

wc-duck commented 1 year ago

Duplicate of issue #14