-
Notifications
You must be signed in to change notification settings - Fork 25
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
ANN: MatchPyCpp port to C++ #53
Comments
Thank you very much for letting us know! Are you planning to do any experiments to compare the performance of the generated C++ code to the generated Python code? I would be curious about that. |
At the moment I'm quite busy, I hope to get a GSoC student to port RUBI into C++. Currently I'm not sure about the speed-up of C++, as many of the generators are solved (i.e. instead of If this problem is solved, I expect C++ to be a lot faster. |
@Upabjojr if the issue is still persisting and you would want a contributor to work on it I am available please let me know the pre-requisite for the same and i'd be happy to contribute. |
Are you willing to port the code to C++20? |
Sure I’d need guidance on the same and will have to check for the methods but am in for it |
I’ve opened a thread on the forum should I propose another application or
should I start working on it?
Please guide me as the deadline is approaching .
Thank you
…On Sun, 22 Mar 2020 at 2:38 PM, Francesco Bonazzi ***@***.***> wrote:
If you're interested, open an issue in SymEngine or a thread on SymPy's
forum:
https://groups.google.com/forum/#!forum/sympy
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#53 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALW2JZBHQHQCP73DDPFBN4LRIXIRLANCNFSM4G5AYO3Q>
.
|
Also @Upabjojr I've read through your work and the implementations before starting off to work on the port. I've also read through the following repository https://github.com/luncliff/coroutine/tree/master/interface/coroutine . |
ANNOUNCEMENT:
I have ported parts of MatchPy into C++:
symengine/symengine#1497
symengine
library has been used for expression trees,The text was updated successfully, but these errors were encountered: