Skip to content

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

License

Notifications You must be signed in to change notification settings

FastFinTech/FFT.COBS

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages