Skip to content

Fast and compact serializer for lua.

Notifications You must be signed in to change notification settings

Deviatt/yads-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Data Serializer

This's a Lua serializer that's both fast and compact. It encodes both primitive and complex Lua data using binary encoding. The serializer was designed for LuaJIT, but it also supports Lua. However, 100% performance's not guaranteed.

The goal of this project's to make a faster and more compact serializer.

API

Calls for serialization:

yads.serial(any)
yads.serialize(any)
yads.encode(any)

Calls for deserialization:

yads.deserial(any)
yads.deserialize(any)
yads.decode(any)

About

Fast and compact serializer for lua.

Topics

Resources

Stars

Watchers

Forks

Languages