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

🐛 Fix unintentional memory usage regression when using large payload that match several encoding (#376) #377

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

Ousret
Copy link
Collaborator

@Ousret Ousret commented Oct 31, 2023

Close #376

@codecov-commenter
Copy link

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (07f3041) 90.04% compared to head (1f3cac5) 89.98%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #377      +/-   ##
==========================================
- Coverage   90.04%   89.98%   -0.07%     
==========================================
  Files          12       12              
  Lines        1206     1208       +2     
==========================================
+ Hits         1086     1087       +1     
- Misses        120      121       +1     
Files Coverage Δ
charset_normalizer/version.py 100.00% <100.00%> (ø)
charset_normalizer/models.py 90.90% <50.00%> (-0.48%) ⬇️

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

@Ousret Ousret merged commit e274dcc into master Oct 31, 2023
31 checks passed
@Ousret Ousret deleted the fix-mem-regression branch October 31, 2023 19:45
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.

[BUG] Memory usage increase for big files
2 participants