Good evening.
I am working on adding indexing suite support to py++. Few days ago I thought,
that I done. I was wrong. Why? py++ support current version of Boost.Python
indexing suite. But this indexing suite is too limited. Basically it
can work with: vector,
map and hash_map. Niall Douglas pointed me to another indexing suite.
http://mail.python.org/pipermail/c++-sig/2003-October/005802.html
http://boost.cvs.sourceforge.net/*checkout*/boost/boost/libs/python/doc/v2/containers.html?revision=1.1.2.8&pathrev=indexing_v2
This new suite is more powerful and according to Niall, it has better
performance.
I decided to add support to this suite to py++. ( In order to create
Python bindings
for OGRE we, Lakin Wecker and I, need a functionality found in the suite ).
The good news, is that most functionality already exists in py++ and
it should take
only few hours ( 10 - 15, including unit tests ) to add support to new suite.
This new suite is not mentioned any where in boost.python documentation.
So, I think I will distribute it with py++ with detailed instructions
how to install it.
I am sure this suite contains bugs. I will try to maintain the suite,
until it will become officially supported.
Thoughts?
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|