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: 237.942 µ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: 20.981 µs
Time of job-list execution: 12.875 µs
The job-list creation is worthwhile with N>0.72
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: 109.911 µ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.855 µs
Layout table with names only:
Time of job-list creation: 20.027 µs
Time of job-list execution: 13.113 µs
The job-list creation is worthwhile with N>0.97
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: 66.042 µ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.974 µs
Time of job-list execution: 9.060 µs
The job-list creation is worthwhile with N>1.00
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: 74.863 µ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: 30.994 µs
Layout table with names only:
Time of job-list creation: 18.120 µs
Time of job-list execution: 13.113 µs
The job-list creation is worthwhile with N>1.01
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: 88.930 µ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: 31.948 µs
Layout table with names only:
Time of job-list creation: 17.881 µs
Time of job-list execution: 10.014 µs
The job-list creation is worthwhile with N>0.82