Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to speed up running SageMath programs

I am writing a SageMath program that I want to run from within the editor (I use Atom editor, with a plugin that enables me to run sage). Whenever I run a script, it takes about 1.5 seconds, even if the script only writes "hello world". In contrast, when I run the same script using Python, it takes only 0.04 seconds.

is there a way to run SageMath scripts faster?