repo.or.cz
/
ruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git]
/
benchmark
/
array_values_at_int.rb
blob
6cb394cb9fd8f7ad47a774ad3f1fcad8dec1a3a4
1
ary = Array.new(10000) {|i| i}
2
100000.times { ary.values_at(500) }