Boost logo

Boost :

From: Alp Mestan (alpmestan_at_[hidden])
Date: 2008-07-24 13:11:37


Seeing a sample would be fine.

On 7/24/08, vicente.botet <vicente.botet_at_[hidden]> wrote:
>
> ----- Original Message ----- From: "Bradford, Chase" <
> CHASE.BRADFORD_at_[hidden]>
> To: <boost_at_[hidden]>
> Sent: Saturday, July 12, 2008 1:20 AM
> Subject: [boost] generict container for structure of arrays
>
>
> Over the past few months, I've worked on a generalized
>> structure-of-arrays for use in
>>
>> various scientific applications, and wanted to know if any Boostees had
>> an interest
>>
>> in that sort of container.
>>
>>
>>
>> The library's main goals are
>>
>> 1) Optimized storage by allowing dynamic addition/removal of fields.
>>
>> 2) General performance help (cache coherency, vector processing, etc.)
>>
>> 3) Enabling the use of many types in a single SOA.
>>
>> 4) Provide an interface similar other STL containers
>>
>> 5) Type safety (of course)
>>
>>
>>
>> The library is similar to a tuple of vectors, except all vectors are
>> forced to have the
>>
>> same size, and the members of the tuple aren't fixed. Internally, the
>> data is stored
>>
>> as vectors for each field, but there's also an interface for getting a
>> slice of the data.
>>
>
> Hi,
>
> could you give more precisse information. I'm unable to understand what is
> the goal of your library.
>
> Best,
>
> Vicente
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>

-- 
Alp Mestan
--- http://blog.mestan.fr/
--- http://alp.developpez.com/
--- In charge of the Qt, Algorithms and Artificial Intelligence sections on
Developpez

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk