Test #1
Submit
Source analysis:
Beautified source:
a, b, c, d, e, f
Source as box model:
h( h( a, b ), h( c, d ), h( e, f ) )
Time of analysis: 248.194 µs
Layout table with attributes:
a [0,0] 1x1
b [1,0] 1x1
c [2,0] 1x1
d [3,0] 1x1
e [4,0] 1x1
f [5,0] 1x1
Time of matrix creation: 41.008 µs
Layout table with names only:
Time of job-list creation: 22.173 µs
Time of job-list execution: 15.020 µs
The job-list creation is worthwhile with N>0.85
Test #2
Submit
Source analysis:
Beautified source:
a / b / c / d / e / f
Source as box model:
v( v( a / b ) / v( c / d ) / v( e / f ) )
Time of analysis: 99.897 µs
Layout table with attributes:
a [0,0] 1x1
b [0,1] 1x1
c [0,2] 1x1
d [0,3] 1x1
e [0,4] 1x1
f [0,5] 1x1
Time of matrix creation: 27.895 µs
Layout table with names only:
Time of job-list creation: 16.928 µs
Time of job-list execution: 10.014 µs
The job-list creation is worthwhile with N>0.95
Test #3
Submit
Source analysis:
Beautified source:
( a, b ) / ( c, d ) / ( e, f )
Source as box model:
v( h( a, b ) / h( c, d ) / h( e, f ) )
Time of analysis: 92.030 µs
Layout table with attributes:
a [0,0] 1x1
b [1,0] 1x1
c [0,1] 1x1
d [1,1] 1x1
e [0,2] 1x1
f [1,2] 1x1
Time of matrix creation: 29.087 µs
Layout table with names only:
Time of job-list creation: 15.974 µs
Time of job-list execution: 10.967 µs
The job-list creation is worthwhile with N>0.88
Test #4
Submit
Source analysis:
Beautified source:
a / b, c / d, e / f
Source as box model:
h( v( a / b ), v( c / d ), v( e / f ) )
Time of analysis: 107.050 µs
Layout table with attributes:
a [0,0] 1x1
c [1,0] 1x1
e [2,0] 1x1
b [0,1] 1x1
d [1,1] 1x1
f [2,1] 1x1
Time of matrix creation: 25.988 µs
Layout table with names only:
Time of job-list creation: 13.828 µs
Time of job-list execution: 10.014 µs
The job-list creation is worthwhile with N>0.87
Test #5
Submit
Source analysis:
Beautified source:
a / b, c*2@w=2@h=2, d*2@w=2@h=2
Source as box model:
h( v( a / b ), c*2@w=2@h=2[2x2], d*2@w=2@h=2[2x2] )
Time of analysis: 74.863 µs
Layout table with attributes:
a [0,0] 1x1
c [1,0] 2x2
d [3,0] 2x2
b [0,1] 1x1
Time of matrix creation: 22.173 µs
Layout table with names only:
Time of job-list creation: 14.067 µs
Time of job-list execution: 9.060 µs
The job-list creation is worthwhile with N>1.07