bastibe / transplant

Transplant is an easy way of calling Matlab from Python
https://transplant.readthedocs.io
Other
110 stars 26 forks source link

Switch communication format to MsgPack #10

Closed bastibe closed 8 years ago

bastibe commented 9 years ago

MsgPack would be easier to encode (which doesn't matter much, since encoding is fast anyway), and faster to decode in Matlab. This is not as much of a problem any more, now that parsejson has gotten quite fast, but it would eliminate some more overhead.

bastibe commented 8 years ago

Implemented in 0be6282e5d64ba5c02ab1b0b39f66cc996a12621