Tags: esa/asn1scc
Tags
Update actions versions and artifact handling Updated `actions/upload-artifact` to v4 and `actions/download-artifact` to v4 in `docker-image.yml`. The Docker image ID is now stored in `image_id.txt`, which is uploaded and downloaded as an artifact for improved workflow processing.
Performance Improvements: - Added `logExecutionTime` command line argument for detailed execution time logging. - Optimized hash calculation for better performance. - Memoized the results of a sequence used twice to avoid redundant calculations. - Removed unnecessary use of the `StrJoin` function.
PreviousNext