Reduced several function calls, made the execution time a bit faster. Could also inline the function to squeeze even more out of it...
Another thing is one could make the home dir a const... my reasoning being that it is unlikely the user would change their home dir and if they did they could easily do a recompile...
Reduced several function calls, made the execution time a bit faster. Could also inline the function to squeeze even more out of it...
Another thing is one could make the home dir a const... my reasoning being that it is unlikely the user would change their home dir and if they did they could easily do a recompile...