-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Consider adding
64-bit integer (two’s complement), little endian byte order
as an additional "primitive" data encoding. Unlikely this would ever be needed for digitized data from an actual sensor, but since most computers are 64bit it may be useful to support this as a type. The resulting file size would be 2x, but writing an array of native 64bit integers would be possible without having to check to see if any value exceeds 32bits, for example from a numpy int_. array.
20 appears to be the next unused encoding.
Metadata
Metadata
Assignees
Labels
No labels