webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

refactor backend: unify data conversion methods

Open fm3 opened this issue 6 years ago • 3 comments

currently duplicated in isosurfaceservice and finddataservice (as of https://github.com/scalableminds/webknossos/pull/3682)

fm3 avatar Feb 21 '19 13:02 fm3

The duplication mentioned above has been resolved in the meantime.

However, we now have multiple concepts for typed arrays (UnsignedInteger, spire, ucar multiArrays), which should be unified (needs performance testing)

fm3 avatar May 25 '22 12:05 fm3

I'd recommend to have a look here as well before tackling this issue: https://github.com/lasersonlab/ndarray.scala

jstriebel avatar May 25 '22 12:05 jstriebel

I created a design doc / analysis here. Unfortunately, I do not currently have a unified solution for all use cases.

https://www.notion.so/scalableminds/Design-Doc-Typed-Arrays-in-Backend-e4432cf17eef483281eee8eb9623fbaf

fm3 avatar May 31 '22 07:05 fm3