Skip to content

Pool opt#139

Merged
zix99 merged 4 commits into
masterfrom
pool-opt
May 7, 2025
Merged

Pool opt#139
zix99 merged 4 commits into
masterfrom
pool-opt

Conversation

@zix99

@zix99 zix99 commented May 7, 2025

Copy link
Copy Markdown
Owner

Turns out, the built-in sync.Pool implementation is much faster than doing it myself (shaves off nearly 3 seconds or 25% of execution time when used!).

This will significantly improve the performance of all math and array expressions.

@netlify

netlify Bot commented May 7, 2025

Copy link
Copy Markdown

Deploy Preview for raredocs ready!

Name Link
🔨 Latest commit 5fc3bd2
🔍 Latest deploy log https://app.netlify.com/sites/raredocs/deploys/681ba19a1cf72000084c5e47
😎 Deploy Preview https://deploy-preview-139--raredocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov-commenter

codecov-commenter commented May 7, 2025

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.64%. Comparing base (2444d13) to head (5fc3bd2).
Report is 23 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
- Coverage   92.65%   92.64%   -0.02%     
==========================================
  Files         139      139              
  Lines        7149     7136      -13     
==========================================
- Hits         6624     6611      -13     
  Misses        390      390              
  Partials      135      135              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zix99 zix99 merged commit 6b291bb into master May 7, 2025
6 checks passed
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