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

chore: use custom global alloc #3176

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ion-elgreco
Copy link
Collaborator

Description

We actually didn't use any other allocator than the default one, this should reduce our memory usage in the python binding.

@github-actions github-actions bot added the binding/python Issues for the Python package label Feb 2, 2025
@ion-elgreco ion-elgreco requested review from rtyler and hntd187 February 2, 2025 10:08
Copy link

codecov bot commented Feb 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.73%. Comparing base (64cb62d) to head (7b6a363).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3176      +/-   ##
==========================================
- Coverage   71.75%   71.73%   -0.02%     
==========================================
  Files         138      138              
  Lines       44362    44362              
  Branches    44362    44362              
==========================================
- Hits        31833    31825       -8     
+ Misses      10498    10492       -6     
- Partials     2031     2045      +14     

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

@ion-elgreco ion-elgreco enabled auto-merge February 2, 2025 12:33
Signed-off-by: Ion Koutsouris <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant