Serialization using Abomonation
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 35/100
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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.
- Lingua principale
- Rust
- Stelle
- 4.3k
- Fork
- 391
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di rust-ndarray/ndarray
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 72/100
rust-ndarray/ndarray#1612 · 1 commento ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 48/100
rust-ndarray/ndarray#1617 · 1 commento ·
-
Stack overflow in `triu` Apertabug good first issue
Difficoltà 3/5 1-2 giorni Idoneità per principianti 68/100
rust-ndarray/ndarray#1615 · 1 commento ·
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 48/100
rust-ndarray/ndarray#1610 ·
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 72/100
rust-ndarray/ndarray#1609 ·