Description
We never need to convert the User Provided value (UPValue) to String, but instead keep them as byte[]. The reason is that we never manipulate this value, except to return it o the user, as a byte[] (except in CoreSession).
The gain would be substential, both in CPU but also in disk space, as a byte[] ASCII value will be twice smaller than the same value but as a String.