Y
Hacker News
new
|
ask
|
show
|
jobs
by
qorrect
848 days ago
Same here, I've been slogging through with raw sympy this tool looks great.
How do I speed up the start time for it - any ideas? Recompile it with PyPy or similar?
1 comments
idanp
848 days ago
I think PyPy usually has slower startup time. Need to try to defer some of the imports to be done in the background, see how good is the outcome. Feel free to open an issue in github.
link