You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be detected with k=1, esp. the allocations.
x@fedora:~/.julia/dev/OffsetTables$ julia --project
o | Version 1.11.0-alpha2 (2024-03-18)
o o | Official https://julialang.org/ release
julia> using OffsetTables
Precompiling OffsetTables...
1 dependency successfully precompiled in 1 seconds
julia> for n in [1, 10, 100, 1000]
display(@b rand(n) OffsetTable seconds=.02)
end
[ Info: Loading Chairmarks ...
31.730 ns (3 allocs: 112 bytes)
3.708 μs (139 allocs: 2.781 KiB)
32.917 μs (1194 allocs: 23.516 KiB)
303.293 μs (16754 allocs: 301.594 KiB)
julia>
x@fedora:~/.julia/dev/OffsetTables$ julia --project
o | Version 1.11.0-alpha2 (2024-03-18)
o o | Official https://julialang.org/ release
shell> git checkout b9f6f868b6d072224b1d1a502c9129a113289389
Previous HEAD position was 1f7ceff implement and test Random.gentype to generate typed outputs
HEAD is now at b9f6f86 remove type instability in WithZeros
julia> using OffsetTables
Precompiling OffsetTables...
1 dependency successfully precompiled in 1 seconds
julia> for n in [1, 10, 100, 1000]
display(@b rand(n) OffsetTable seconds=.02)
end
[ Info: Loading Chairmarks ...
31.333 ns (3 allocs: 112 bytes)
108.508 ns (3 allocs: 432 bytes)
806.000 ns (4 allocs: 2.938 KiB)
9.125 μs (5 allocs: 23.906 KiB)
The text was updated successfully, but these errors were encountered:
See LilithHafner/AliasTables.jl@b9f6f86
This should be detected with k=1, esp. the allocations.
The text was updated successfully, but these errors were encountered: