ratt-ru / arcae

Arrow C++ and Python Bindings for casacore
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Multiplex CASA Table I/O over multiple table instances #113

Closed sjperkins closed 1 month ago

sjperkins commented 1 month ago

IsolatedTableProxy objects can now open multiple Table instances. I/O operations are multiplexed over these instances using a crude round robin strategy, based on the number of tasks in the associated I/O thread pools.