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

Try cython #23

Open
1 of 3 tasks
vatai opened this issue Jan 8, 2024 · 1 comment
Open
1 of 3 tasks

Try cython #23

vatai opened this issue Jan 8, 2024 · 1 comment

Comments

@vatai
Copy link
Owner

vatai commented Jan 8, 2024

  • Create pyproject.toml and setup.py docs SX
  • Try getting std::vector and std::string out of C++ code into python (list if possible) docs
  • implement it
@vatai vatai closed this as completed Sep 1, 2024
@vatai vatai reopened this Jan 4, 2025
@vatai
Copy link
Owner Author

vatai commented Jan 4, 2025

I'll leave this here. Maybe things are doable because to use C/C++ objects (such as isl_* objects) you just need to do something like

cdef struct isl_set:
  pass # or declare the member used in the cython code

So in theory the ctadashi part might be converted to a nicer/simpler cython implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant