Thinking about creating a python API for AlgoPlus #72
spirosmaggioros
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was lately thinking of adding a python API for AlgoPlus(named AlgoPy) that will have as engine our C++ code and just a layer of python to run whatever we need. It actually won't take that long to do that carefully and precise. What you guys think? Will you use something like this?
Im asking because, the implementations, though as efficient as they can be, are not parallelized and they do not support GPU accelerating. But some data structures like trees or the graph class are kind of useful.
Beta Was this translation helpful? Give feedback.
All reactions