Serialization using Abomonation

Abierto
#436 2 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
rust
Área
data

Línea de trabajo

Start by reviewing ndarray's owned array types and the existing local experiment described in the issue. Determine the feature-flag boundaries and add tests covering serialization of owned arrays through Abomonation. Done means ndarray users can opt into the integration without separate wrapper types and the tests pass.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

enhancement

I am working on a project that uses Timely Dataflow in combination with ndarray. Timely Dataflow uses the Abomonation crate for fast serialization and interprocess communication, which needs the Abomonation trait to be implemented for any type that is sent through a Timely Stream.

Currently I have separate "AbomonatableArray" types that I convert the Array types from ndarray into and back, but needless to say, this is fairly clumsy and involves a good bit of boilerplate in any code that uses Array types and needs them to go through a Stream.

Is implementing Abomonation (probably only for owned arrays) behind a feature flag in ndarray something that would be considered? I may actually be able to do provide a pull request with the necessary changes. I already had things working in an experiment with a local clone of ndarray, but I'd definitely have to go back to that, clean it up a little and add tests first.

Lenguaje dominante
Rust
Estrellas
4.3k
Forks
391
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de rust-ndarray/ndarray

Todos los issues de rust-ndarray/ndarray

Issues similares

Más issues de Rust

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.