Yes, my code runs slower when built into an executable than when I run within the development library. I am running both on the development machine when comparing the timing. I tried the 'Control-Shift-Run Arrow' combination to recompile the code as this had been suggested in a previous discussion on the exchange. This made no difference.
I don't have any error clusters to wire and so don't get any error messages. The code does execute correctly - eventually. I am loading a 15M file which was taking approximately 30 minutes to load until I removed some shift registers/build array functions that appeared to be slowing my code. Currently the file takes 19s in the development environment and 2.5 minutes with the executable.
I have noticed that the
exe does not close properly after loading the large file and remains on the taskbar until closed with the Task Manager.
I have attached my code and some information.