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

Use shared memory to communicate arrays between processes #68

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

cgarciae
Copy link
Owner

@cgarciae cgarciae commented Jan 2, 2021

This is an experimental feature to speed up the communication of numpy arrays between processes.

@cgarciae cgarciae marked this pull request as draft January 2, 2021 01:57
@codecov-io
Copy link

codecov-io commented Jan 2, 2021

Codecov Report

Merging #68 (a36d18b) into master (d6e84c9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   90.77%   90.77%           
=======================================
  Files          61       61           
  Lines        2114     2114           
=======================================
  Hits         1919     1919           
  Misses        195      195           

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 d6e84c9...a36d18b. Read the comment docs.

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