RSV-Challenge icon indicating copy to clipboard operation
RSV-Challenge copied to clipboard

Why require a fieldseparator after a null value?

Open RobThree opened this issue 6 months ago • 10 comments

Why would you require a field separator (0xFF) after a null value (0xFE)? Why not have 0xFE signal both the null value and "end of field"? That would make reading RSV much easier because when reading a 0xFE you can immediately emit the null value and don't need any more shenanigans to wait for reading the 0xFF, looking back in the buffer if there's one and only one byte in it and it is null etc. That way you can make it 'streaming' much easier IMHO.

RobThree avatar Jan 05 '24 09:01 RobThree