$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [GSOC]SIMD Library
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-04-12 14:17:08
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.