Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Consider integrating simdjson as a potential replacement for rapidjson #527

Open
rdw-software opened this issue Feb 21, 2024 · 0 comments
Open

Comments

@rdw-software
Copy link
Member

rdw-software commented Feb 21, 2024

This library claims to offer even better performance than rapidJSON: https://github.com/simdjson/simdjson

Should evaluate the potential for performance improvements first - comparing to lua-rapidjson, rapidjson + FFI, and dkjson. The latter would only be as a reference point since that's what's most commonly used in the Lua world (presumably)? Having to create and maintain more FFI bindings is a real cost, but then lua-rapidjson seems to be unmaintained and uses the C API...

# for free to join this conversation on GitHub. Already have an account? # to comment