https://github.com/indutny/offset-buffer
https://github.com/indutny/offset-buffer
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/indutny/offset-buffer
- Owner: indutny
- License: mit
- Created: 2014-08-30T12:51:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T22:07:44.000Z (about 2 years ago)
- Last Synced: 2025-04-11T12:29:48.633Z (11 days ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.