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

REF: Stack allocate brng #93

Merged
merged 1 commit into from
May 11, 2019
Merged

REF: Stack allocate brng #93

merged 1 commit into from
May 11, 2019

Conversation

bashtage
Copy link
Owner

Use stack rather than heap allocation

Use stack rather than heap allocation
@codecov
Copy link

codecov bot commented May 11, 2019

Codecov Report

Merging #93 into 1.17.0 will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           1.17.0      #93      +/-   ##
==========================================
+ Coverage   93.47%   93.48%   +<.01%     
==========================================
  Files          25       25              
  Lines        7881     7845      -36     
  Branches      121      121              
==========================================
- Hits         7367     7334      -33     
+ Misses        494      491       -3     
  Partials       20       20
Impacted Files Coverage Δ
randomgen/pcg64.pyx 82.92% <100%> (-0.41%) ⬇️
randomgen/xoshiro512starstar.pyx 79.16% <100%> (-0.64%) ⬇️
randomgen/pcg32.pyx 79.41% <100%> (-0.59%) ⬇️
randomgen/xoroshiro128.pyx 79.16% <100%> (-0.64%) ⬇️
randomgen/mt19937.pyx 81.08% <100%> (-0.5%) ⬇️
randomgen/xorshift1024.pyx 79.59% <100%> (-0.61%) ⬇️
randomgen/threefry.pyx 83.59% <100%> (-0.38%) ⬇️
randomgen/philox.pyx 83.84% <100%> (-0.37%) ⬇️
randomgen/dsfmt.pyx 84.12% <100%> (+1.55%) ⬆️
randomgen/xoshiro256starstar.pyx 80.58% <100%> (-0.55%) ⬇️
... and 1 more

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 ac58287...3de519b. Read the comment docs.

@bashtage bashtage merged commit 0982757 into 1.17.0 May 11, 2019
@bashtage bashtage deleted the brng-stack branch May 11, 2019 23:23
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.

None yet

1 participant