We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e2dc65 commit 9f61bfcCopy full SHA for 9f61bfc
test/named_array_partition_tests.jl
@@ -28,7 +28,3 @@
28
@test typeof(map(x->x[1], x)) <: NamedArrayPartition
29
end
30
31
-# x = NamedArrayPartition(a = ones(10), b = rand(20))
32
-# x_ap = ArrayPartition(x)
33
-# @btime @. x_ap * x_ap; # 498.836 ns (5 allocations: 2.77 KiB)
34
-# @btime @. x * x; # 2.032 μs (5 allocations: 2.84 KiB) - 5x slower than ArrayPartition
0 commit comments