Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Consider integrating simdjson as a potential replacement for rapidjson #527

Open
Duckwhale opened this issue Feb 21, 2024 · 0 comments
Open

Comments

@Duckwhale
Copy link
Member

Duckwhale 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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment