Added encoding option to force 32bit encoding for non integer numbers#171
Added encoding option to force 32bit encoding for non integer numbers#171janpoltan wants to merge 2 commits intohildjj:mainfrom
Conversation
|
I'm assuming I understand your use case, but can you explain it here so we've got it on the record, please? |
|
Can you please add yourself to the contributors section in package.json? |
|
Added option to force encoding of non integer values to 4 byte float. |
|
After trying to write tests for this, I'd like to discuss what happens with large floats. They are currently encoded as a 32-bit
Of those, document is the easiest of course. Error has precedent, there are several ways to cause an Error to be thrown in Encode - the only niggle is how to detect the issue, but perhaps a couple of checks in Regardless, we need to change |
No description provided.