A basic haxe-specific lua binding to simdjson. This library is intended to be used only via the Haxe compiler.
- 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!
- 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.
- This library based heavily off of an early version of lua-simdjson by FourierTransformer.
- Special thanks to the main author of simdjson, Daniel Lemire, as well as the supporting authors John Keiser, and Geoff Langdale.