Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 511 Bytes

TODO.md

File metadata and controls

7 lines (4 loc) · 511 Bytes

TODO

First check out the Help Wanted tag in the issues section for specific ideas.

Future Plans

Right now the encoder / decoder works by encoding or decoding a full buffer. SLIP (and COBS?) encoding, for instance, can be encoded / decoded on the fly, allowing for a smaller buffer allocation. https://github.com/CNMAT/OSC uses an "on-the-fly" approach, rather than a large buffer approach. It would be interesting to investigate this.