Re: [C++-sig] path and tuple translators

2012-01-19 Thread Johan RĂ¥de
You can find converters for Boost.Fusion in the python_extensions package in the Boost sandbox; along with Fusion's adapters for boost::tuple (see the Fusion docs), that should give you what you need: https://svn.boost.org/svn/boost/sandbox/python_extensions/ > ... > Jim Hi Jim, I have te

Re: [C++-sig] Iterating over small objects

2012-01-19 Thread Jim Bosch
On 01/19/2012 02:08 PM, babak wrote: Hi guys, Has anyone encountered (what feels like) quite slow iteration when looping over small containers ? I'm in a situation where I'm iterating over 10+ 3d vectors and its taking much longer than I'd expect. The vector type is bound via boost::python a

[C++-sig] Iterating over small objects

2012-01-19 Thread babak
Hi guys, Has anyone encountered (what feels like) quite slow iteration when looping over small containers ? I'm in a situation where I'm iterating over 10+ 3d vectors and its taking much longer than I'd expect. The vector type is bound via boost::python and has an iter method which uses range(