tcobs icon indicating copy to clipboard operation
tcobs copied to clipboard

short messages compression with COBS framing using implicit run-length-encoding, optimized for data containing statistically a bit more 0 and FF bytes in a row, as data often carry 16, 32 or 64 bit n...

Results 8 tcobs issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Analoguos COBS/R, the last sigil byte could be dropped, when it would be the only one and the then last byte interpreted as sigil byte would cause a sigil byte...

wontfix

Maybe something along these lines? https://github.com/redredgroovy/go-ffi-demo

help wanted

Change ``` func NewDecoder(r io.Reader, size int, multi bool) (p *decoder) ``` into ``` func NewDecoder(r io.Reader, size int, multi bool, timeOut time.Duration) (p *decoder) ``` The timeOut, if 0,...

enhancement
quality