Skip to content

jdonaldson/hx-lua-simdjson

 
 

Repository files navigation

hx-lua-simdjson (WIP)

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.8%
  • Other 0.2%