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 a0a8eaf commit 318969cCopy full SHA for 318969c
src/precompile/warmup.jl
@@ -1,7 +1,7 @@
1
function warmup()
2
t1 = now()
3
ds = Dataset(x1 = rand(1:2, 10000), x2 = rand(1:2, 10000), x3 = rand(1:2, 10000) * 1.1, x4 = rand([Date(1), Date(2)], 10000), x5 = string.(rand(1:2), 10000),
4
- x6 = PooledArray(Characters{5, UInt8}.(rand(1:2, 10000))), x7 = Int32.(rand(1:2, 10000)), x8 = Float32.(rand(1:2, 10000) * 1.1), x9 = PooledArray(Characters{3, UInt8}.(rand(1:2, 10000))), x10 = PooledArray(Characters{12, UInt8}.(rand(1:2, 10000))))
+ x6 = PooledArray(Characters{5}.(rand(1:2, 10000))), x7 = Int32.(rand(1:2, 10000)), x8 = Float32.(rand(1:2, 10000) * 1.1), x9 = PooledArray(Characters{3}.(rand(1:2, 10000))), x10 = PooledArray(Characters{12}.(rand(1:2, 10000))))
5
for i in 1:ncol(ds)
6
sortperm(ds, i)
7
end
0 commit comments