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

feat: faster jsonification #571

Merged
merged 1 commit into from
Aug 1, 2023
Merged

feat: faster jsonification #571

merged 1 commit into from
Aug 1, 2023

Conversation

sansyrox
Copy link
Member

@sansyrox sansyrox commented Jul 29, 2023

Description

This PR fixes #525

@netlify
Copy link

netlify bot commented Jul 29, 2023

Deploy Preview for robyn canceled.

Name Link
🔨 Latest commit cd56822
🔍 Latest deploy log https://app.netlify.com/sites/robyn/deploys/64c824333538750008caf04e

@codspeed-hq
Copy link

codspeed-hq bot commented Jul 29, 2023

CodSpeed Performance Report

Merging #571 will not alter performance

Comparing feat/faster-jsonification (cd56822) with main (10f196e)

Summary

✅ 100 untouched benchmarks

Co-authored-by: Jack Thomson <[email protected]>
@sansyrox
Copy link
Member Author

@JackThomson2 , see the commit authors 👀

@sansyrox sansyrox merged commit 1947251 into main Aug 1, 2023
54 checks passed
@sansyrox sansyrox deleted the feat/faster-jsonification branch August 1, 2023 21:23
@JackThomson2
Copy link
Contributor

Nice! What performance uplift did you see?

@sansyrox
Copy link
Member Author

sansyrox commented Aug 2, 2023

@JackThomson2 , not a lot tbh 😅 But I believe the real performance benchmarks will be added if we can make use of serde's Value instead of converting to the string internally.

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.

Jsonify from rust
2 participants