Skip to content

StevenMPhillips/fastpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

FastPack

FastPack is an object serialization specification like JSON. It is based heavily on the MessagePack specification but includes the following changes:

  • Little-endian instead of big-endian to match modern systems
  • Modified to allow parsers can to skip over nested maps and/or arrays while reading data without having to parse that data
  • Removal of extension types, as well short fixed width arrays and maps (since length in bytes is too small to be useful)
  • Addition common SQL data types including Decimal types and Date/Type types

About

FastPack is an extremely efficient object serialization library. It's like JSON + SQL types, but very fast and small.

Resources

Stars

Watchers

Forks

Packages

No packages published