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

Performance improvements for text reader #81

Merged
merged 4 commits into from
Aug 30, 2023
Merged

Performance improvements for text reader #81

merged 4 commits into from
Aug 30, 2023

Conversation

realratchet
Copy link
Collaborator

See #80 for details.

Ratchet added 4 commits August 29, 2023 16:08
…ecial \n encoding and we would need to make a special case for each of them, most files will be utf8 anyway these days
@codecov-commenter
Copy link

Codecov Report

Merging #81 (39d3a70) into master (ba9af74) will increase coverage by 0.04%.
Report is 1 commits behind head on master.
The diff coverage is 99.18%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   89.36%   89.40%   +0.04%     
==========================================
  Files          49       49              
  Lines        6735     6761      +26     
==========================================
+ Hits         6019     6045      +26     
  Misses        716      716              
Flag Coverage Δ
pytest 89.40% <99.18%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
tablite/base.py 87.47% <ø> (-0.02%) ⬇️
tablite/import_utils.py 77.12% <99.04%> (+2.95%) ⬆️
tablite/datatypes.py 77.55% <100.00%> (-0.53%) ⬇️
tablite/file_reader_utils.py 86.29% <100.00%> (-0.34%) ⬇️
tablite/version.py 100.00% <100.00%> (ø)
tests/test_filereader_formats.py 99.08% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@realratchet realratchet merged commit 3c79d3f into root-11:master Aug 30, 2023
10 checks passed
realratchet added a commit that referenced this pull request Feb 28, 2024
Performance improvements for text reader
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.

2 participants