Sha256: f7d2f0a0746430b14b5624a510bf85c4076c2307d37168c12a661889a7057806

Contents?: true

Size: 194 Bytes

Versions: 8

Compression:

Stored size: 194 Bytes

Contents

require_relative '_base'

vector = Daru::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

8 entries across 8 versions & 1 rubygems

Version Path
daru-0.3 profile/vector_each_with_index.rb
daru-0.2.2 profile/vector_each_with_index.rb
daru-0.2.1 profile/vector_each_with_index.rb
daru-0.2.0 profile/vector_each_with_index.rb
daru-0.1.6 profile/vector_each_with_index.rb
daru-0.1.5 profile/vector_each_with_index.rb
daru-0.1.4.1 profile/vector_each_with_index.rb
daru-0.1.4 profile/vector_each_with_index.rb