[a.konovalov@msk1-zbxsrv01 JuliaCrystalPerl]$ yum search dunno Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Warning: No matches found for: dunno No matches found
function test() XX=map(x -> +(*(x,67),1), rand(68)) YY=map(x -> +(*(x,67),1), rand(68)) ZZ=zeros(68) for i in 1 : UInt64(1e+6) r = i % 68 + 1 ZZ[r] = XX[r] ^ YY[r] end ZZ end