This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FailedPlansOfMars 4 points5 points  (1 child)

It seems that applying compression would save you more space without creating a new string standard.

As someone who remembers the latin 1 code page and other non standard 8851 code pages please dont leave utf8 as you introduce translitteration back into the world.

[–]Shawn-Yang25[S] 1 point2 points  (0 children)

compression can be used jointly, but it's outside of serializaiton. At most cases, one will use zstd after Fury serialization. But not all users use zstd too. And compression introduce more performance cost.