casacore / casacore

Suite of C++ libraries for radio astronomy data processing
http://casacore.github.io/casacore
Other
118 stars 88 forks source link

Further ideas for Array refactoring #1015

Open aroffringa opened 4 years ago

aroffringa commented 4 years ago

PR #1012 is a refactoring of Arrays in a least-intrusive manner: in summary it adds move support, std-like allocator support and removes dependencies. There is a possibility for further enhancement of Arrays, but this will be more intrusive. This ticket is to collect ideas and discuss these. Similar things might hold for other parts within the casa module, but this ticket aims at Arrays only. For now.

Ideas:

gijzelaerr commented 3 years ago

Thanks for the writeup, great work. Has there been any progress or discussions meanwhile?