-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels