Raphtory icon indicating copy to clipboard operation
Raphtory copied to clipboard

Make sure the string interning happens on decoding protobuf files

Open ljeub-pometry opened this issue 6 months ago • 0 comments

What changes were proposed in this pull request?

The string interning logic is now always called when using the internal apis instead of being part of the high-level logic. In particular the protobuf decoder was missing it before.

Why are the changes needed?

Make sure string interning always happens.

Does this PR introduce any user-facing change? If yes is this documented?

No

How was this patch tested?

Added test for the string interning in serialise

ljeub-pometry avatar Aug 09 '24 11:08 ljeub-pometry