Dear Gretl Community,
I would like to know if the following "strategies" could improve my scripts
in terms of the execution time:
(1) Write/open gdt files is faster than csv files?
(2) Using Gretl's home directory (located at my hard drive) is faster than
use a network drive?
(3) Specify the object type could reduce the execution time? (e.g. "scalar
x = 2" instead of "x = 2")
(4) Short variables/lists names could reduce the execution time?
(5) Matrices are longer than series (I'm talking about computer memory
usage)?
Best regards,
Henrique Andrade