Projekt

Obecné

Profil

Stáhnout (375 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
# 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.