Test #1
Submit
Source analysis:
Beautified source:
( a@w=2, b ) / ( c, d@w=2 )
Source as box model:
v( h( a@w=2[2x1], b ) / h( c, d@w=2[2x1] ) )
Time of analysis: 263.929 µs
Layout table with attributes:
a [0,0] 2x1
b [2,0] 1x1
c [0,1] 1x1
d [1,1] 2x1
Time of matrix creation: 41.962 µs
Layout table with names only:
Time of job-list creation: 24.080 µs
Time of job-list execution: 14.067 µs
The job-list creation is worthwhile with N>0.86
Test #2
Submit
Source analysis:
Beautified source:
( a@w=2, b ) / ( c, d@w=2 ) / ( x, y, z )
Source as box model:
v( h( a@w=2[2x1], b ) / h( c, d@w=2[2x1] ) / h( x, y, z ) )
Time of analysis: 107.050 µs
Layout table with attributes:
a [0,0] 2x1
b [2,0] 1x1
c [0,1] 1x1
d [1,1] 2x1
x [0,2] 1x1
y [1,2] 1x1
z [2,2] 1x1
Time of matrix creation: 33.140 µs
Layout table with names only:
Time of job-list creation: 19.073 µs
Time of job-list execution: 13.828 µs
The job-list creation is worthwhile with N>0.99
Test #3
Submit
Source analysis:
Beautified source:
a@h=2 / b, c / d@h=2
Source as box model:
h( v( a@h=2[1x2] / b ), v( c / d@h=2[1x2] ) )
Time of analysis: 64.850 µs
Layout table with attributes:
a [0,0] 1x2
c [1,0] 1x1
d [1,1] 1x2
b [0,2] 1x1
Time of matrix creation: 25.034 µs
Layout table with names only:
Time of job-list creation: 15.020 µs
Time of job-list execution: 9.060 µs
The job-list creation is worthwhile with N>0.94
Test #4
Submit
Source analysis:
Beautified source:
a@h=2 / b, c / d@h=2, x / y / z
Source as box model:
h( v( a@h=2[1x2] / b ), v( c / d@h=2[1x2] ), v( x / y / z ) )
Time of analysis: 72.002 µs
Layout table with attributes:
a [0,0] 1x2
c [1,0] 1x1
x [2,0] 1x1
d [1,1] 1x2
y [2,1] 1x1
b [0,2] 1x1
z [2,2] 1x1
Time of matrix creation: 28.849 µs
Layout table with names only:
Time of job-list creation: 17.166 µs
Time of job-list execution: 12.159 µs
The job-list creation is worthwhile with N>1.03
Test #5
Submit
Source analysis:
Beautified source:
( a1, a2 ) / ( b1, b2@w=2, b3 )
Source as box model:
v( h( a1[2x1], a2[2x1] ) / h( b1, b2@w=2[2x1], b3 ) )
Time of analysis: 87.023 µs
Layout table with attributes:
a1 [0,0] 2x1
a2 [2,0] 2x1
b1 [0,1] 1x1
b2 [1,1] 2x1
b3 [3,1] 1x1
Time of matrix creation: 32.187 µs
Layout table with names only:
Time of job-list creation: 15.974 µs
Time of job-list execution: 10.014 µs
The job-list creation is worthwhile with N>0.72