Sha256: b7ea6f9044b25b43217dce0593d1c1ab2add829a1b64e30b0671ee363027e67b

Contents?: true

Size: 130 Bytes

Versions: 4

Compression:

Stored size: 130 Bytes

Contents

require_relative '_base'

n = 40_0000
idx = (1..n).to_a.map(&:to_s)


__profile__ do
  DaruLite::Vector.new(1..n, index: idx)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
daru_lite-0.1.3 profile/vector_new.rb
daru_lite-0.1.2 profile/vector_new.rb
daru_lite-0.1.1 profile/vector_new.rb
daru_lite-0.1 profile/vector_new.rb