Albin Ahlbäck
Albin Ahlbäck
Can I bump this?
Haven't checked that it passes the tests. I also added some extra tests for `gcdx` and added tests for `BigInt`. I did not do anything more with rationals, though. Added...
Status of this? I'll close #10265 in favor of this
Status of this?
Why are you posting it here as opposed to posting it on the [NeuralOperators's Github issue tracker](https://github.com/SciML/NeuralOperators.jl/issues)?
I can think that one wants to separate the use of `zero` vs `one`, but one can do something like ``` one(::AdditativeGroup) = error("blabla") ``` if one would like to.
Do you know if AbstractAlgebra-stuff is being inlined or not?
If someone would be able to give me the generated assembly for each case, it would be pretty easy to see why the difference is so big.
> @albinahlback I noticed that the https://github.com/flintlib/arb repository says "The present repository is archived and will no longer be updated" in the README, but the repository is not actually archived,...
It is cheap compared to searching for all such instances as they don't necessarily have to be contained within for-loops. It can also lead to more readable code.