SHARE_KEYS

const val SHARE_KEYS: Int = 1

Keys will be shared between elements. Identical keys will only be serialized once, thus possibly saving space. But serialization performance might be slower and consumes more memory.