Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 903 Bytes

File metadata and controls

11 lines (7 loc) · 903 Bytes

FFT.COBS

Source code NuGet package Full documentation

FFT.COBS provides a fast, allocation-free implementation of Consistent Overhead Byte Stuffing (COBS) encoding and decoding for pipes and streams.

COBS is an algorithm you can use to frame messages without ambiguity and without the performance overhead required by the common method of buffering a message and prepending a length prefix.

Read the full COBS spec on wikipedia