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
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
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(