Replies: 1 comment 6 replies
-
@rocky, the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the
autoload-test
branch I stripped down Mathics core to load only the essential modules to runQuit[]
plus addinginout
in case you want to try using at the stripped-down bare-bones Mathics3. (This basically provides about whatmathics --full-form
does. )In sum we go from about 7 seconds down to 2.5 seconds. Of course this is going to slow down testing time a little bit since it has to ultimately load everything.
Using Python 3.10. 10. First the current load time:
and by removing Mathics3 autoload scripts, and Builtin modules except makeboxes, inout, and pattern:
Beta Was this translation helpful? Give feedback.
All reactions