
12 Apr
2011
12 Apr
'11
6:17 p.m.
On 12/04/2011 12:13, Gruenke, Matt wrote:
Efficient transpose (or at least extracting a batch of columns into horizontal buffers) is also very important.
I've been looking into how to adapt forward iterators of tuples into a tuple of iterators to memory contiguous by chunks, if that's what you mean. The intent is that if you get data from a database for example, where you get the data row per row, you can then treat it with SIMD column per column.