You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We shall change the representation of IndexCompact to use Unsliced SerialisedKey instead of SerialisedKey. This will give us the following advantages:
It is statically guaranteed that there are no additional prefixes and suffixes stored alongside key payloads.
The overhead for storing slice information, which also includes the overhead from the extra indirection in paths to byte arrays with payloads, doesn’t occur anymore.