# how-to format nicely long paths in both console and log files msg="created the following relative package: "$(stat -c "%y %n" "$product_dir/$zip_file_name") doLog "INFO $msg"
Back to Basics: Using the Parallel Library to Massively Boost Loop
Performance
-
[image: Parallell Faces]
A few days ago I posted a quick note on X about a specific use case of
using the Parallel library in .NET to *massively optimize...
2 weeks ago