-
-
Notifications
You must be signed in to change notification settings - Fork 211
refactor: use strings.Builder
to save memory
#650
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
refactor: use strings.Builder
to save memory
#650
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #650 +/- ##
==========================================
+ Coverage 81.05% 81.12% +0.06%
==========================================
Files 33 33
Lines 4176 4196 +20
==========================================
+ Hits 3385 3404 +19
- Misses 718 719 +1
Partials 73 73 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for contributing 🚀
strings.Builder
to save memorystrings.Builder
to save memory
Hello @MarvinJWendt , thanks for reviewing! I rebased this branch to the latest master, this could make the commit history more clear. All conflict in "table_printer.go" is fixed, you may take some time to review that file again. |
20845df
to
3c5a3c1
Compare
I also fixed the linter issues. |
6f818d3
to
9a26d00
Compare
@MarvinJWendt |
e39729a
to
9c560f6
Compare
Rebased. |
9c560f6
to
d582b75
Compare
Sorry for the long wait, I am quite busy with other stuff atm. |
Fixes #649.