Re: [eigen] Taking advantage of C++11 features in Eigen

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Il giorno 11/feb/2014, alle ore 22:49, Benjamin Schindler <bschindler@xxxxxxxxxxx> ha scritto:

> Hi
> 
> I'd like to add one particular point here: new POD support (Plain old data). It would be grat if a vector of Vector3f could be optimized using the POD optimizations
> 
Yes, speeding up some copy or move operations by detecting pod types is certainly another thing worth trying.

Of course the first thing to do is to provide Eigen with a set of preprocessor macro to abstract compiler support. 
Then the first one I’d like to see is certainly move semantics… 
If interest is expressed for a contribution in this sense I would like to start working on it in my spare time.

> Regards Benjamin

Nicola


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/