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

v1.0.3 #9

Merged
merged 2 commits into from
Mar 31, 2024
Merged

v1.0.3 #9

merged 2 commits into from
Mar 31, 2024

Conversation

JesseCoretta
Copy link
Owner

Changes

v1.0.3 brings significant performance improvements. No new features are added.

The log subsystem behavior is now less engaged. Users may still supply their own *log.Logger, however no internal use of any log system occurs by default now. Overzealous internal use resulted in significant performance degradation.

A (pprof) performance analysis was done to guide this pull request. Certain inefficiencies were identified and corrected (largely those involving aforementioned log use).

Code coverage remains 100%. Test times dropped from 0.2s to 0.005s on average.

@JesseCoretta JesseCoretta added the enhancement New feature or request label Mar 31, 2024
@JesseCoretta JesseCoretta self-assigned this Mar 31, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (0227eae) to head (f0e2280).

Additional details and impacted files
@@             Coverage Diff             @@
##             main        #9      +/-   ##
===========================================
+ Coverage   99.79%   100.00%   +0.20%     
===========================================
  Files           6         6              
  Lines        2944      2257     -687     
===========================================
- Hits         2938      2257     -681     
+ Misses          4         0       -4     
+ Partials        2         0       -2     

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

@JesseCoretta JesseCoretta marked this pull request as ready for review March 31, 2024 16:34
@JesseCoretta JesseCoretta merged commit 88b62cd into main Mar 31, 2024
3 checks passed
@JesseCoretta JesseCoretta deleted the v1.0.3 branch June 17, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants