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: 159.979 µs 
Layout table with attributes: 
a [0,0]
b [2,0]
c [0,1]
d [1,1]
Time of matrix creation: 21.935 µs 
Layout table with names only: 
Time of job-list creation: 11.206 µs 
Time of job-list execution: 6.914 µs 
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: 52.929 µs 
Layout table with attributes: 
a [0,0]
b [2,0]
c [0,1]
d [1,1]
x [0,2]
y [1,2]
z [2,2]
Time of matrix creation: 15.974 µs 
Layout table with names only: 
Time of job-list creation: 10.014 µs 
Time of job-list execution: 7.153 µs 
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: 37.909 µs 
Layout table with attributes: 
a [0,0]
c [1,0]
d [1,1]
b [0,2]
Time of matrix creation: 12.875 µs 
Layout table with names only: 
Time of job-list creation: 7.868 µs 
Time of job-list execution: 5.007 µs 
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: 35.048 µs 
Layout table with attributes: 
a [0,0]
c [1,0]
x [2,0]
d [1,1]
y [2,1]
b [0,2]
z [2,2]
Time of matrix creation: 15.020 µs 
Layout table with names only: 
Time of job-list creation: 9.060 µs 
Time of job-list execution: 6.199 µs 
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: 45.061 µs 
Layout table with attributes: 
a1 [0,0]
a2 [2,0]
b1 [0,1]
b2 [1,1]
b3 [3,1]
Time of matrix creation: 17.166 µs 
Layout table with names only: 
Time of job-list creation: 8.106 µs 
Time of job-list execution: 5.007 µs