JuliaSIMD / ThreadingUtilities.jl

Utilities for low overhead threading in Julia.
MIT License
17 stars 4 forks source link

increasing THREADBUFFERSIZE #39

Open lrnv opened 2 years ago

lrnv commented 2 years ago

Hey,

Following a comment on discourse from @chriselrod, I increased the buffer size on my local machine.

I do not necessarily want you to merge this, but I'd like to understand what are the implications of such a change ? If nothing harmful, then maybe we could increase it once and for all in the registered version.

codecov[bot] commented 2 years ago

Codecov Report

Merging #39 (d12344e) into master (dfdcc02) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          122       122           
=========================================
  Hits           122       122           
Impacted Files Coverage Δ
src/ThreadingUtilities.jl 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dfdcc02...d12344e. Read the comment docs.