baaron4 / GW2-Elite-Insights-Parser

Binary parser for the .evtc files that arcdps generates after a boss encounter. This will generate a .html file where the results can be easily reviewed.
MIT License
133 stars 47 forks source link

Avoid duplicate decoration metadata #899

Closed Zerthox closed 1 month ago

Zerthox commented 3 months ago

We often create multiple decorations for a single event (skill, effect etc.) and those decorations are then duplicated in their entirety every time it occurs. This leads to a lot of duplicate information. Instead, we could store a single instance of metadata for the decorations and only repeat a way to reference the metadata (e.g. internal id) + lifespan + position/rotation each time it repeats.

EliphasNUIT commented 1 month ago

Closing this, implemented in 2.70.0.0