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

Move to_columns() JSON creation logic to C++. #2314

Closed

Conversation

brochington
Copy link
Contributor

This PR adds creation of a JSON data string from within the core C++ engine. Outputting an already formed JSON string is faster than doing the same in Javascript, while also helping to save a (couple?) (de)serialization round trips.

@brochington brochington force-pushed the rapidjson-api-experiment branch 3 times, most recently from 9c6952d to d9c0967 Compare July 22, 2023 02:10
@texodus
Copy link
Member

texodus commented Jul 25, 2023

Closing in favor of #2315

@texodus texodus closed this Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants