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

Last change on this file since e29cc2e 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.