Intermediate variable vs, direct array access. (version: 1)
This tests the performance difference between unpacking a simple numeric array into variables before formatting them as a string versus directly passing the array items to the format string.
Comparing performance of: Intermediate variable vs Direct access