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

Optimize ColumnNumberToName function performance, reduce about 50% memory usage and 50% time cost #1935

Merged
merged 7 commits into from
Jul 5, 2024

fix: Remove pre allocating option when creating sheet

d4e406e
Select commit
Loading
Failed to load commit list.
Merged

Optimize ColumnNumberToName function performance, reduce about 50% memory usage and 50% time cost #1935

fix: Remove pre allocating option when creating sheet
d4e406e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 5, 2024 in 0s

99.30% (+0.00%) compared to 4e6457a

View this Pull Request on Codecov

99.30% (+0.00%) compared to 4e6457a

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.30%. Comparing base (4e6457a) to head (d4e406e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1935   +/-   ##
=======================================
  Coverage   99.30%   99.30%           
=======================================
  Files          32       32           
  Lines       24961    24965    +4     
=======================================
+ Hits        24787    24791    +4     
  Misses         93       93           
  Partials       81       81           

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