Open WoolenWang opened 3 years ago
you can take a shot on shared-array
, good luck.
how to read data from carray, do u kown?
you can take a shot on
shared-array
, good luck.how to read data from carray, do u kown?
the most important thing is the numpy ndarray is not compressed and the bcolz ctable is compressed in memory so the usage of memory is significant different . the shared-array pkg is still try to share the numpy ndarray ?
using this way can share the ctable data with ndarray type, but the data is not compressed and consume too many memory, is that any way to share ctable object in share memory ??