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] io_util: Fix memory usage when parsing columns #6757

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

ales-erjavec
Copy link
Contributor

@ales-erjavec ales-erjavec commented Mar 13, 2024

Issue

Fixes: gh-6755

asarray(..., dtype=str) creates an array or uniform length strings matching the length of the longest string.

Description of changes

Fix memory usage when parsing columns with at least one long string.

Includes
  • Code changes
  • Tests
  • Documentation

...  with at least one long string.

asarray(..., dtype=str) creates an array or uniform
length strings matching the length of the longest string.
Copy link

codecov bot commented Mar 13, 2024

Codecov Report

Merging #6757 (3eb1baf) into master (f970414) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6757      +/-   ##
==========================================
- Coverage   88.15%   88.15%   -0.01%     
==========================================
  Files         323      323              
  Lines       70749    70750       +1     
==========================================
  Hits        62369    62369              
- Misses       8380     8381       +1     

@janezd janezd merged commit 5a3cb89 into biolab:master Mar 15, 2024
26 of 27 checks passed
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.

File with large string crashes Orange
2 participants