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

Double-buffering for JSON async stream #1571

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

andrey-kashcheev
Copy link
Collaborator

Decreases time needed to process single JSON, and
reduces memory footprint size.

Relates-To: DATASDK-57

Decreases time needed to process single JSON, and
reduces memory footprint size.

Relates-To: DATASDK-57

Signed-off-by: Andrey Kashcheev <[email protected]>
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.45%. Comparing base (94c4b50) to head (64dd51c).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1571      +/-   ##
==========================================
+ Coverage   81.40%   81.45%   +0.05%     
==========================================
  Files         345      345              
  Lines       13530    13536       +6     
  Branches     1460     1461       +1     
==========================================
+ Hits        11013    11025      +12     
+ Misses       1922     1918       -4     
+ Partials      595      593       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@andrey-kashcheev andrey-kashcheev merged commit bfd15ff into master Jan 6, 2025
25 checks passed
@andrey-kashcheev andrey-kashcheev deleted the datasdk-57-buffering branch January 6, 2025 14:21
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.

3 participants