Sha256: 9cc66ba979d1a7ea45300af655a7837693b8832db8ddaafb4e7ffaefb8de21b5

Contents?: true

Size: 198 Bytes

Versions: 4

Compression:

Stored size: 198 Bytes

Contents

require_relative '_base'

vector = DaruLite::Vector.new(['a','b','c','d','e','f']*1000, index: (1..6000).to_a.shuffle)

__profile__ do
  100.times do
    vector.each_with_index{|val, i| }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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