-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Multiplication of additive semigroup elements by nonnegative integers #16384
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
Congratulations on ticket |
Commit: |
Work Issues: failing tests, memory usage |
comment:4
The current implementation more or less works. However, given the usage of an action and the current implementation of actions, this will probably leak memory if a lot additive semigroups are temporarily constructed. There are also some failing tests. Still, reviewing the rest can start. Last 10 new commits:
|
Dependencies: #15801 |
comment:6
Replying to @kcrisman:
Yippee :-) |
comment:7
Hi there, how much time before ticket Why Vincent |
comment:8
Replying to @videlec:
Given the acceleration, it might not be that long :-)
Because, due to the single inheritance limitation of Cython classes, The That being said, thanks to relatively recent progress in Cython, it's
With this, we still pay the price of a method call, but the execution Cheers, |
Changed dependencies from #15801 to none |
Dependencies: #20767 |
It's natural to have the following:
Depends on #20767
CC: @sagetrac-sage-combinat @nathanncohen @jdemeyer
Component: categories
Work Issues: failing tests, memory usage
Branch/Commit: u/nthiery/categories/additive-semigroups-intmul-16384 @
68d43b8
Issue created by migration from https://trac.sagemath.org/ticket/16384
The text was updated successfully, but these errors were encountered: