Takahiro Ueda

Results 24 comments of Takahiro Ueda

It's very nice that the version 2.5.8 has been uploaded! No need to hurry, but to run `rings.repl` with Rings 2.5.8 and Scala 2.1.3, it should be a bit changed:...

Actually, I see the next number `9` after some minutes, and then `10...32` printed in one go after a few minutes. So it's like an extreme slowdown rather than a...

Thanks for your comment. I remember that FORM also has "unlucky cases" in its GCD algorithm, so I understand Rings may have a similar problem, too. It sounds a tough...

It seems that the ordering of the variables affects the timing in the unlucky cases. I tried to change the variable order by `renameVariables` (on top of `orderByDegrees` in `factorPrimitiveInZ`)...

That sounds very nice! Though more testing may be needed, at some point, do you have a plan to make a release? I'm a Gradle user ([example in my benchmark...

It seems that someone has put [wikiextractor](https://pypi.org/project/wikiextractor/) on PyPI. Is this the official, or semi-official, or at least a decent fork??

FYI: the latest version of `mplapack` (the name has been changed because of https://github.com/nakatamaho/mplapack/issues/2) is sitting here: https://github.com/nakatamaho/mplapack.

I have just found a few unnecessary semicolons at the end of statements in `stdlib_ascii.fypp`, for example, https://github.com/fortran-lang/stdlib/blob/22c1be0b8c47c81223c1f84c854cc582b6528a27/src/stdlib_ascii.fypp#L146 which may be a style issue for those who use both Fortran...

It would be great if this library can be used via package managers like vcpkg.

Thank you for the answer. I understand the change may introduce some problems to others, so it would be good to have a configuration parameter to ignore untracked files. I...