User | Kudos |
---|---|
10 | |
3 | |
2 | |
2 | |
2 |
Will be great if exists a function to convert any numeric type to byte array or any numeric type array to byte array
like Array to String Function and fast like.
Now we can use typecast function to do this, but is very slow, compared with string to byte array function.
Split or Join numbers function are not pratic if we splitting u64 numbers from to u8 numbers and generate local
copies of numbers.
u32--------------DD---------------[u8]
u64--------------DD---------------[u8]
[u32]------------DD---------------[u8]
[u8]--------------DD---------------[u32]
[u8]--------------DD---------------[u64]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has not received any kudos within a year after posting will be automatically declined.