Nomad was taking over 7.5 seconds just to extract an 11MB tar.xz archive in our use case.
When decompressing the same artifact:
- Native tar command: under 1 second
- gxz: slightly over 1 second
- go-getter: over 7 seconds
The PR #520 addresses the gap between gxz and go-getter.