[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Reduce startup time for script processing?
From: |
Andreas Weber |
Subject: |
Reduce startup time for script processing? |
Date: |
Thu, 4 Jul 2019 09:26:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 |
Dear all,
I'm using GNU Octave 3.8.2 on an embedded system (RPi3) to execute
scripts and print the results multiple times.
foo.m:
printf ("bar\n")
$ octave -f --no-gui foo.m
This takes 1,3s on my system. Is there anything I can do to reduce the
"startup" time? Preload Octave into RAM? It would be okay if the first
start is slow and the subsequent runs are fast.
Thank you, Andy
- Reduce startup time for script processing?,
Andreas Weber <=