How are you storing that array?
The plugin saves compressed json data. Structs in json format will always consume more space than a binary array.
How are you storing that array?
The plugin saves compressed json data. Structs in json format will always consume more space than a binary array.