Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants