B
Bobby
If you use often a module(calling repeately a module during
execution) is there a functionality that would load that module at
the beginning of your main procedure so during the execution the call
of that module is made from memory instead of being read from the
disk! This is to get better performance.
execution) is there a functionality that would load that module at
the beginning of your main procedure so during the execution the call
of that module is made from memory instead of being read from the
disk! This is to get better performance.