aswi2020vldc-gitlab/templetes/node_modules/obuf/README.md @ 9bb1e829
1 |
# obuf - Offset buffer implementation.
|
---|---|
2 |
|
3 |
Byte buffer specialized for data in chunks with special cases for dropping |
4 |
bytes in the front, merging bytes in to various integer types and |
5 |
abandoning buffer without penalty for previous chunk merges. |
6 |
|
7 |
Used in spyd-transport, part of spdy support for http2. |
8 |
|
9 |
This software is licensed under the MIT License. |
10 |
|
11 |
By Fedor Indutny, 2015. |
12 |
|