cgarciae / pypeln

Concurrent data pipelines in Python >>>
https://cgarciae.github.io/pypeln
MIT License
1.55k stars 98 forks source link

Use shared memory to communicate arrays between processes #68

Open cgarciae opened 3 years ago

cgarciae commented 3 years ago

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

codecov-io commented 3 years ago

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.