zix99 / rare

Create console histograms, bar graphs, tables, heatmaps and more in realtime using regex and expressions.
https://rare.zdyn.net/
GNU General Public License v3.0
274 stars 15 forks source link

Optimize expression range allocs by using a pool #92

Closed zix99 closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for raredocs ready!

Name Link
Latest commit 24cd89c3daa7f6e58888f0a435ee7e3f57afb1c6
Latest deploy log https://app.netlify.com/sites/raredocs/deploys/644d656dad1dc9000804b201
Deploy Preview https://deploy-preview-92--raredocs.netlify.app/usage/expressions
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 settings.

codecov-commenter commented 1 year ago

Codecov Report

Merging #92 (24cd89c) into master (25df2c4) will increase coverage by 0.07%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage   89.52%   89.59%   +0.07%     
==========================================
  Files         103      104       +1     
  Lines        5201     5240      +39     
==========================================
+ Hits         4656     4695      +39     
  Misses        416      416              
  Partials      129      129              
Impacted Files Coverage Δ
pkg/slicepool/intpool.go 100.00% <ø> (ø)
pkg/expressions/stdlib/funcsRange.go 92.30% <100.00%> (ø)
pkg/slicepool/objpool.go 100.00% <100.00%> (ø)