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
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
2025-05-23
Avoid calling RCLASS_SUPER in rb_class_superclass
John Hawthorn
2025-05-23
Allow `IO#close` to interrupt IO operations on fibers using `fiber_interrupt`...
Samuel Williams
2025-05-12
Add an additional test to module_eqq
John Hawthorn
2025-05-12
Remove respond_to check from Class#bind_call
John Hawthorn
2025-04-26
Implement Set as a core class
Jeremy Evans
2025-04-18
Add benchmarks for fstring de-duplication
John Hawthorn
2025-04-18
* remove trailing spaces. [ci skip]
git
2025-04-18
Add configuration for git commit
Takashi Kokubun
2025-04-18
Actually test auto-style
Takashi Kokubun
2025-04-18
Test auto-style
Takashi Kokubun
2025-04-15
Lazily create `objspace->id_to_obj_tbl`
Jean Boussier
2025-03-27
Avoid array allocation for *nil, by not calling nil.to_a
Jeremy Evans
2025-02-12
Elide string allocation when using `String#gsub` in MAP mode
Jean Boussier
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
[next]