source: trip-planner-front/node_modules/obuf/README.md@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 375 bytes
Line 
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.