Skip to content

Performance using ZMQ #72

@mfitzp

Description

@mfitzp

I've recently upgraded to the dev-0.4 version (from this repo) and am experiencing poorer performance on variable I/O compared to previous versions.

For example running the following in a Python cell creates a variable called e at 2.5MB:

e = np.random.rand(32768,10)
mb = e.nbytes / 1024**2.
mb

Passing this into a Matlab cell and processing it as follows takes ~ 1m40s:

%%matlab -i e -o f
f=mean(e);

This is a lot slower than the previous implementation (I can't benchmark until I find where I installed it from!)

Is it possible to select the protocol/communication method when initialising the extension? Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions