Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:DRP X16-1
-
Team:Data Release Production
Description
Produce a small C++ codebase that can be used for experimenting with the various technologies we can be used for exposing C++ to Python. It should enable us to experiment with as many of the potential pain points with these technologies as possible
Attachments
Issue Links
- relates to
-
DM-5471 Wrap example C++ code with Cython
- Done
This work is proceeding in an external git repo:
https://github.com/TallJimbo/python-cpp-challenge
I think most of the code to wrap is there, but I still need to provide a better specification of the detailed requirements of the Python interface layer (via some test code) and provide a Swig module that should build against the wrappers.
I also have some thoughts on eventually opening this up to a the public as an exercise in comparing different language binding tools, but that won't be a priority right now.