cf.Data.fits_in_one_chunk_in_memory

Data.fits_in_one_chunk_in_memory(itemsize)[source]

Return True if the master array is small enough to be retained in memory.

Deprecated at version 3.14.0.

Parameters
itemsize: int

The number of bytes per word of the master data array.

Returns

bool

Examples

>>> print(d.fits_one_chunk_in_memory(8))
False