Coder Social home page Coder Social logo

msgpack's Introduction

msgpack

A work in progress for efficient handling of msgpack data, designed for use in pebble projects and therefore with minimal dependencies (std*) and written in C.

Building

You can build msgpack test suite and run it by running

make

This will build the test harness and build the tests for the msgpack.c source. It will then run the tests.

It will only build a msgpack.o if the tests pass.

Usage

The intent is that I'll be able to use msgpack instead of JSON for my API responses and basically use the data structure inline to conserve memory and CPU.

API

mpobject populates an mp_object structure with the type, length, data pointer and next pointer.

With container structures, the next pointer is the same as the data pointer, ie. NOT at the end of the container data.

The intent is to make this like a file api.

Function Operation
mpopen(buffer,size) Open buffer as msgpack
mpread(mp,obj) Read a msgpack object, pointer moves to next object (first member for containers)
mpseek(mp,type,pos) Seek within buffer: absolute (by pointer), relative (only positive integers), start of current container, end of current container.
mppos(mp, type)

Implementation will maintain a stack of container start locations and object positions, backing out as the end of each container is reached.

msgpack's People

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.