lebedov / msgpack-numpy

Serialize numpy arrays using msgpack
Other
197 stars 33 forks source link

Rust version: msgpack-numpy-rs #55

Closed terencezl closed 3 months ago

terencezl commented 3 months ago

Hello,

I’ve long been a user of this package. It serves the targeted audience well when they need to serialize arrays in a well-supported format, and performance is quite good.

Lately the Rust ecosystem is growing fast, and I was doing some processing on that side for improved performance. I ended up singling it out to be a full package: https://github.com/clearviewai/msgpack-numpy-rs and released it as an open-source project under my company’s OSS initiative. It strives for full compatibility with your package, with some known exceptions outlined. It has a good number of tests for cross-language scenarios.

Would it be something worthwhile to add on the README here?

Best, Terence

lebedov commented 3 months ago

Sure - done!