-
Notifications
You must be signed in to change notification settings - Fork 2
Lukas/cherry pick #23
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
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
I have seen that (also on the other branch) the integration test failed for that last „do not serialize into serde_json Value“ commit. |
|
I "think" I have applied a fix for that. About to post a lengthy response to you back on #22 momentarily. |
… compiling with --release
Port the serialize null check optimization from commit 357e0ac. Replace serde_json::to_value() based empty checks with a custom __helios_serde_is_empty serializer that detects emptiness by traversing the serialization without creating JSON values. This avoids allocation overhead for empty/null field checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> Co-Authored-By: Lukas Schmierer <[email protected]>
…o lukas/cherry-pick
No description provided.