Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting to C++ #10

Closed
1over137 opened this issue Mar 26, 2022 · 3 comments
Closed

Porting to C++ #10

1over137 opened this issue Mar 26, 2022 · 3 comments
Labels
question Further information is requested

Comments

@1over137
Copy link
Contributor

This seems like a relatively simple library since I imagine most of the work is done on the data collection part. Would you consider porting it to C++ (and possibly other languages) so it can be more easily integrated to user applications?

@adbar
Copy link
Owner

adbar commented Apr 4, 2022

Hi @1over137, yes I could consider it but I lack the time at the moment.

@adbar adbar added the question Further information is requested label Apr 4, 2022
@adbar
Copy link
Owner

adbar commented Jul 6, 2022

Hi @1over137, I added type annotations and mypy checks in 28f4487 & 94f1bfb, so in principle it is be doable to pre-compile the package using mypyc.

@adbar
Copy link
Owner

adbar commented Jul 14, 2022

In fact a transcompiler/transpiler may be more adapted, now that the code is type-checked:

@adbar adbar closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants