-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
cython() slow on Cygwin #31187
Comments
comment:1
One observation is that every time I call |
comment:2
It seems to be |
comment:3
For reference this is definitely responsible for the majority of this overhead:
|
comment:4
Another idea would be to |
Dependencies: #31344 |
comment:6
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review of ticket status, priority, and last modification date. |
At least on the latest release build I did, running the
cython()
function is extremely slow, even for compiling a trivial function, taking up to a minute on my system.While I recall it being slower on Cygwin than on Linux (almost anything that involves running a subprocess is) I don't recall it ever being this slow.
Depends on #31344
Component: porting: Cygwin
Keywords: cygwin cython
Issue created by migration from https://trac.sagemath.org/ticket/31187
The text was updated successfully, but these errors were encountered: