HaxeFoundation / hx-lua-simdjson

simdjson bindings for lua (WIP)

Repository from Github https://github.comHaxeFoundation/hx-lua-simdjsonRepository from Github https://github.comHaxeFoundation/hx-lua-simdjson

hx-lua-simdjson

Build Status

A basic haxe-specific lua binding to simdjson. This library is intended to be used only via the Haxe compiler.

Requirements

  • hx-lua-simdjson only works on 64bit systems.
  • a lua build environment with support for C++11
    • g++ version 7+ and clang++ version 6+ or newer should work!

Licenses

  • The jsonexamples, src/simdjson.cpp, src/simdjson.h are unmodified from the released version simdjson under the Apache License 2.0.
  • All other files/folders are apart of hx-lua-simdjson also under the Apache License 2.0.

Acknowledgments

About

simdjson bindings for lua (WIP)

License:Apache License 2.0


Languages

Language:C++ 100.0%Language:Lua 0.0%Language:Makefile 0.0%Language:C 0.0%