enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Protocol Buffers - Wikipedia

    en.wikipedia.org/wiki/Protocol_Buffers

    Protocol Buffers (Protobuf) is a free ... For example, after a C++ version of the protocol buffer schema above is produced, a C++ source code file, polyline.cpp, can ...

  3. Comparison of data-serialization formats - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_data...

    Protocol Buffers (protobuf) ... For example, 3.14 will be serialized to 3.140 000 000 000 000 124 344 978 758 017 532 527 446 746 826 171 875. ... Code of Conduct ...

  4. Cap'n Proto - Wikipedia

    en.wikipedia.org/wiki/Cap'n_Proto

    [note 1] For example, the representation of numbers was chosen to match the representation the most popular CPU architectures. [4] When the in-memory and wire-protocol representations match, Cap'n Proto can avoid copying and encoding data when creating or reading a message and instead point to the location of the value in memory. Cap'n Proto ...

  5. gRPC - Wikipedia

    en.wikipedia.org/wiki/GRPC

    gRPC (acronym for gRPC Remote Procedure Calls [2]) is a cross-platform high-performance remote procedure call (RPC) framework. gRPC was initially created by Google, but is open source and is used in many organizations.

  6. FlatBuffers - Wikipedia

    en.wikipedia.org/wiki/FlatBuffers

    FlatBuffers is a free software library implementing a serialization format similar to Protocol Buffers, Thrift, Apache Avro, SBE, and Cap'n Proto, primarily written by Wouter van Oortmerssen and open-sourced by Google. It supports “zero-copy” deserialization, so that accessing the serialized data does not require first copying it into a ...

  7. Sawzall (programming language) - Wikipedia

    en.wikipedia.org/wiki/Sawzall_(programming_language)

    Sawzall is a procedural domain-specific programming language, used by Google to process large numbers of individual log records. Sawzall was first described in 2003, [1] and the szl runtime was open-sourced in August 2010. [2]

  8. MessagePack - Wikipedia

    en.wikipedia.org/wiki/MessagePack

    MessagePack is more compact than JSON, but imposes limitations on array and integer sizes.On the other hand, it allows binary data and non-UTF-8 encoded strings. In JSON, map keys have to be strings, but in MessagePack there is no such limitation and any type can be a map key, including types like maps and arrays, and, like YAML, numbers.

  9. Category:Articles with example C code - Wikipedia

    en.wikipedia.org/wiki/Category:Articles_with...

    Pages in category "Articles with example C code" The following 199 pages are in this category, out of 199 total. ... This page was last edited on 3 February 2024, at ...