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")