A stream-like binary buffer
Light implementation of binary buffer with helpers for easy access.
Consume a stream of data into a binary Buffer as efficiently as possible
binary buffer helper
Returns true if a buffer is binary. Takes a buffer and does not read from the file system.
A binary buffer parser with support for infinite sized files
This library will transform the binary buffer to base62 string that used 62 character to describe any data
parse binary buffer to json according to schema
Library for reading binary Buffer structures into objects in Node.js
writes BMFont object to a binary Buffer
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Binary Buffer is a class that allows you to read and write binary data in a buffer.
An npm library to sniff the file format of a binary buffer.
Binary Buffer parsing and packing that feels a little like C structs
Encode and decode structured data to/from a binary buffer
Node.js Buffer API, for the browser
buffer operations
A nodejs binary buffer utility
A binary buffer for manipulating bits
A pure javascript CRC32 algorithm that plays nice with binary data
a fast, efficient buffer writer
Convert a typed array to a Buffer without a copy
Source code handling classes for webpack
Cross-Platform Binary API
== DESCRIPTION: Protocol Buffers for Ruby. == FEATURES/PROBLEMS: * Compile .proto file to ruby script * Parse the binary wire format for protocol buffer * Serialize data to the binary wire format for protocol buffer
Interchange formats like json or xml are great to keep data visible, but due to their parse and pack complexity they aren't used in embedded applications. There are alternatives like msgpack or Google's protocol buffer, which allow a more binary representation of data, but these protcols are still heavy and developers tend to rather implement their own 'simple' binary protocols instead of porting or using the big ones.
This gem wraps the official C++ implementation of Cap'n Proto (libcapnp). From the Cap'n Proto documentation: "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster."
This gem wraps the official C++ implementation of Cap'n Proto (libcapnp). From the Cap'n Proto documentation: "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster."This is a fork of the original capn_proto gem by OneSignal
This gem wraps the official C++ implementation of Cap'n Proto (libcapnp). From the Cap'n Proto documentation: "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster." This is a extended version of the original gem Capnproto which adds RPC support visit the homepage to view usage
A Ruby gem for Google's Protocol Buffers messages using three different encodings JSON based syntax instead of the original binary protocol. Supported formats - Hashmap: A tipical JSON message, with key:value pairs where the key is a string representing the field name. - Tagmap: Very similar to Hashmap, but instead of having the field name as key it has the field tag number as defined in the proto definition. - Indexed: Takes the Tagmap format a further step and optimizes the size needed for tag numbers by packing all of them as a string, where each character represents a tag, and placing it as the first element of an array.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.