lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi list,

Fleece is a ~ 10 times faster Lua to JSON converter.

I posted a stable update today at github.

It adds escaping with optional x86 assembler option.

Any feedback highly welcome, concretely, does it crash on your machine? Are the docs straight forward? Does it live up to its speed promise on your machine? You'll be able to find that out in 5 minutes.

Site: http://www.eonblast.com/fleece/

Download
Git: git://github.com/Eonblast/fleece-lite.git
Tar: https://github.com/Eonblast/fleece-lite/tarball/master
Zip: https://github.com/Eonblast/fleece-lite/zipball/master

cd fleece
make <PLATFORM>
make check

PLATFORMS: linux linux-asm linux-64 linux-64-asm macosx macosx-asm macosx-old


I'd be happy to receive your measurements when doing

    make bench7a

and possibly learn of crashes.


If you are using platforms not yet supported in src/Makefile (e.g. Windows), it would be great if you push your tested make instructions.

Everything else, see http://eonblast.github.com/fleece-lite/

Thanks,
Henning