sbe-python icon indicating copy to clipboard operation
sbe-python copied to clipboard

Fix set type bit order

Open threewholefish opened this issue 2 years ago • 2 comments

Python bistrings are processed MSB-first, but SBE set types are processed LSB first. Therefore, we need to reverse the encoding/decoding order as parsed.

This may need to be tested for sets which are larger than 1 byte

threewholefish avatar May 13 '22 08:05 threewholefish