Optimize chars in natural integer numbers with HEX values (special sign upper "I" letter for hexadecimals instead of lower "i" letter for integer) #21
Labels
enhancement
New feature or request
Example of generic
IoText data protocol
row:after DEC to HEX conversion, we have -1 byte per one record (data field) in this example
For this operation it will be good to use instead of a lower
i
letter in the record, an upper caseI
letter - it will be an identifier for HEX integer values.It will be an important aspect for values as bytes optimization when we have _0 or _00 data records in one row. We will have _0 or _00 less bytes in one row, which is not too bad.
The text was updated successfully, but these errors were encountered: