mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
add mruby-fast-json binding (#2616)
Hi there, i took simdjson as a learning opportunity to learn more about c++, as such i have covered most of the public API Surface simdjson got. Have fun :)
This commit is contained in:
@@ -188,6 +188,7 @@ We distinguish between "bindings" (which just wrap the C++ code) and a port to a
|
||||
- [JSON::SIMD](https://metacpan.org/pod/JSON::SIMD): Perl bindings; fully-featured JSON module that uses simdjson for decoding.
|
||||
- [gemmaJSON](https://github.com/sainttttt/gemmaJSON): Nim JSON parser based on simdjson bindings.
|
||||
- [simdjson-java](https://github.com/simdjson/simdjson-java): Java port.
|
||||
- [mruby-fast-json](https://github.com/Asmod4n/mruby-fast-json): mruby binding with high API coverage.
|
||||
|
||||
About simdjson
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user