index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmark
Age
Commit message (
Expand
)
Author
2024-12-12
[DOC] Improve formatting in Markdown files (#12322)
Alexander Momchilov
2024-11-27
[ruby/strscan] Add scan and search benchmark
NAITOH Jun
2024-11-05
Get rid of JSON benchmarks
Jean Boussier
2024-11-05
Fixup b1fc1af4440. Removed benchmark files from ruby/json
Hiroshi SHIBATA
2024-11-01
Elide Generator::State allocation until a `to_json` method has to be called
Jean Boussier
2024-11-01
[ruby/json] Use JSON.generate instead of JSON.dump for benchmarking
Jean Boussier
2024-10-29
[ruby/json] Optimize `fbuffer_append_long`
Jean Boussier
2024-10-26
[ruby/json] Encoding benchmark updates
Jean Boussier
2024-10-26
[ruby/json] Reduce encoding benchmark size
Jean Boussier
2024-10-26
[ruby/json] convert_UTF8_to_JSON: repurpose the escape tables into size tables
Jean Boussier
2024-10-26
[ruby/json] Optimize convert_UTF8_to_JSON for mostly ASCII strings
Jean Boussier
2024-10-26
[ruby/json] Annotate the encoding benchmark
Jean Boussier
2024-10-16
[ruby/json] Godounov ==> Godunov
ydah
2024-10-09
[ruby/json] Restore the simple standlone benchmark for iterating
Jean Boussier
2024-10-08
Revamp the benchmark suite
Jean Boussier
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-09-23
Refactor `Time#xmlschema`
Nobuyoshi Nakada
2024-09-13
typo otherBasis -> orthoBasis
aoki1980taichi
2024-09-05
Move Time#xmlschema in core and optimize it
Jean Boussier
2024-09-04
Time#strftime: grow the buffer faster
Jean Boussier
2024-07-08
Implement Hash.new(capacity:)
Jean Boussier
2024-05-28
Precompute embedded string literals hash code
Jean Boussier
2024-04-15
add allocation benchmark
Aaron Patterson
2024-03-01
Optimize Hash methods with Kernel#hash (#10160)
Takashi Kokubun
2024-03-01
Add benchmarks for super and zsuper calls of different types
Jeremy Evans
2024-02-13
Avoid allocation when passing no keywords to anonymous kwrest methods
Alan Wu
2024-02-11
Fix crash when passing large keyword splat to method accepting keywords and k...
Jeremy Evans
2024-02-08
Fix a benchmark to avoid leaving a garbage file
Takashi Kokubun
2024-01-27
Optimize compilation of large literal arrays
Jeremy Evans
2024-01-24
Add benchmark for implicit array/hash allocation reduction changes
Jeremy Evans
2024-01-23
Rewrite Array#each in Ruby using Primitive (#9533)
Takashi Kokubun
2024-01-23
YJIT: Allow inlining ISEQ calls with a block (#9622)
Takashi Kokubun
2023-12-07
Add benchmark for recent optimization to avoid implicit allocations
Jeremy Evans
2023-12-07
Support tracing of struct member accessor methods
Jeremy Evans
2023-11-20
Specialize String#dup
Jean Boussier
2023-11-03
vm_getivar: assume the cached shape_id like have a common ancestor
Jean Boussier
2023-10-24
Update benchmark/vm_ivar_ic_miss.yml
Aaron Patterson
2023-10-24
Use a functional red-black tree for indexing the shapes
Aaron Patterson
2023-10-24
Clean up temporary file, wc.input [ci skip]
Nobuyoshi Nakada
2023-10-12
Add benchmarks for Range#reverse_each
Kouhei Yanagita
2023-10-05
Optimize `Range#count` by using `range_size` if possible
Kouhei Yanagita
2023-09-26
Add benchmarks for Range#bsearch
Kouhei Yanagita
2023-09-21
Optimize Range#bsearch for beginless/endless ranges within Fixnum
Kouhei Yanagita
2023-09-16
[Feature #19839] Fix `Range#overlap?` for empty ranges
Nobuyoshi Nakada
2023-09-16
Optimize Range#bsearch for beginless/endless ranges
Kouhei Yanagita
2023-07-09
Make `rb_str_rindex` return byte index
Nobuyoshi Nakada
2023-06-09
Optimize `Regexp#dup` and `Regexp.new(/RE/)`
Nobuyoshi Nakada
2023-05-20
[Feature #19643] Direct primitive compare sort for `Array#sort_by`
nekoyama32767
2023-04-25
Optimize method_missing calls
Jeremy Evans
2023-04-25
Optimize symproc calls
Jeremy Evans
[next]