Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 390 Bytes

README.rst

File metadata and controls

12 lines (7 loc) · 390 Bytes

Python-Casacore implemented using C++ Futures

python-casacore doesn't drop the GIL and isn't thread safe.

The aim of this repo is to reproduce dask-ms's TableProxy and Executor classes in C++ to solve the above issues using PyBind11.