- Complete React app with 7 developer tools - JSON Tool with visual structured editor - Serialize Tool with visual structured editor - URL, Base64, CSV/JSON, Beautifier, Diff tools - Responsive navigation with dropdown menu - Dark/light mode toggle - Mobile-responsive design with sticky header - All tools working with copy/paste functionality
13 lines
375 B
Markdown
13 lines
375 B
Markdown
# 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.
|
|
|