Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 419 Bytes

extensions.rst

File metadata and controls

8 lines (6 loc) · 419 Bytes

Developing c++ extensions

While Higra provides many vectorized operators to implement algorithms efficiently in Python, it is possible that some operations cannot be done efficiently in Python.

In such case, the Higra-cppextension-cookiecutter enables to easily setup and generate c++ extension using Higra with Python bindings.