Skip to content

A self contained Lua MessagePack C implementation.

Notifications You must be signed in to change notification settings

usbuild/lua-cmsgpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for lua-fast-cmsgpack.c

This project is fork of lua-cmsgpack, but use darc instead of normal lua stack iterate operation, which we can speed up by avoid using lua_next.

Tested with test.lua, but be careful when you take it for formal usage.

This library is open source software licensed under the BSD two-clause license.

About

A self contained Lua MessagePack C implementation.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 55.1%
  • Lua 44.6%
  • Makefile 0.3%