edsiper / chunk-reader

mpack poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPack PoC

Testing function to validate serialized msgpack items.

Build

$ make

Run

$ ./reader apache_10k.mp

Data Sample

the file apache_10k.mp contains 10k of serialized msgpack items in the following format:

 array (2 items)
   [0] =>  extension fixext8
   [1] =>  map

About

mpack poc


Languages

Language:C 100.0%Language:Makefile 0.0%