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

improve concurrency #40

Merged
merged 3 commits into from
Mar 22, 2022
Merged

improve concurrency #40

merged 3 commits into from
Mar 22, 2022

Conversation

exaexa
Copy link
Collaborator

@exaexa exaexa commented Mar 19, 2022

improve network communication by exploiting local concurrency (following some measurements from JuliaLang/julia#44671 )

@exaexa exaexa added the enhancement New feature or request label Mar 19, 2022
@laurentheirendt
Copy link
Member

why master ?

@exaexa exaexa changed the base branch from master to develop March 22, 2022 13:42
@codecov
Copy link

codecov bot commented Mar 22, 2022

Codecov Report

Merging #40 (27fdead) into develop (e1039a1) will decrease coverage by 0.06%.
The diff coverage is 100.00%.

❗ Current head 27fdead differs from pull request most recent head a777468. Consider uploading reports for the commit a777468 to get more accurate results

@@             Coverage Diff             @@
##           develop      #40      +/-   ##
===========================================
- Coverage    87.62%   87.55%   -0.07%     
===========================================
  Files            4        4              
  Lines          194      209      +15     
===========================================
+ Hits           170      183      +13     
- Misses          24       26       +2     
Impacted Files Coverage Δ
src/base.jl 95.55% <100.00%> (+0.55%) ⬆️
src/io.jl 100.00% <100.00%> (ø)
src/tools.jl 77.77% <100.00%> (-0.72%) ⬇️

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 e1039a1...a777468. Read the comment docs.

@exaexa exaexa changed the base branch from develop to master March 22, 2022 13:49
@exaexa exaexa changed the base branch from master to develop March 22, 2022 13:56
@exaexa
Copy link
Collaborator Author

exaexa commented Mar 22, 2022

fixed to develop

@exaexa exaexa merged commit 026341b into develop Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants