CerebusOSS / ella

A streaming time-series datastore for low-latency applications
https://docs.rs/ella/
Apache License 2.0
2 stars 0 forks source link

Feature: `ndarray` support #17

Open sydduckworth opened 1 year ago

sydduckworth commented 1 year ago

ndarray is a popular Rust crate for working with arrays, and has become somewhat of a standard interop layer for multidimensional data. It would improve the usability of the Rust bindings if ella Tensors could be converted to and from ndarray Arrays.