obuf

Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.

MIT 10 个版本
安装
npm install obuf
yarn add obuf
pnpm add obuf
bun add obuf
README

obuf - Offset buffer implementation.

Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.

Used in spyd-transport, part of spdy support for http2.

This software is licensed under the MIT License.

By Fedor Indutny, 2015.

版本列表
1.1.2 2018-03-10
1.1.1 2015-07-14
1.1.0 2015-06-20
1.0.4 2015-06-19
1.0.3 2015-06-16
1.0.2 2015-06-16
1.0.1 2015-06-16
1.0.0 2015-06-11
0.1.1 2014-09-03
0.1.0 2014-08-30