source: frontend/node_modules/obuf/README.md

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 375 bytes
RevLine 
[9af201e]1# obuf - Offset buffer implementation.
2
3Byte buffer specialized for data in chunks with special cases for dropping
4bytes in the front, merging bytes in to various integer types and
5abandoning buffer without penalty for previous chunk merges.
6
7Used in spyd-transport, part of spdy support for http2.
8
9This software is licensed under the MIT License.
10
11By Fedor Indutny, 2015.
12
Note: See TracBrowser for help on using the repository browser.