auto-generating a pybind11 interface for more efficient python interface
@naegelejd is already working on this.
Since Jul 23, 2025.
- Dominant language
- C++
- Stars
- 35
- Forks
- 14
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 1
Description
Disclaimer: I am neither a cpp nor yardl expert.
During the 3rd ETSI Hackathon we saw again that the yardl generated python interface to the PETSIRD listmode
format is very slow.
An alternative to directly generating the python interface in pure python code could be to auto-generate
python bindings from the generated and compiled cpp code.
A tool to automate this process (e.g. auto-generating a pybind11 interface) could be litgen.
Compared to swig, it seems to have the advantage that no interface code needs to be written manually.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.