static-frame / arraykit

Python C Extensions for StaticFrame
Other
8 stars 2 forks source link

TypeBlocks.axis_values #48

Closed flexatone closed 1 year ago

flexatone commented 3 years ago

This method is a generator of 1D arrays formed by combinations of block arrays.

There is the potential to make axis 1 iteration lazy, forming one array at a time. Presently doing so produces significant performance loss.