aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark
Commit message (Expand)AuthorAgeFilesLines
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-132-7/+7
* Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans2021-11-1810-0/+67
* Skip string allocation in benchmark/time_at.ymlTakashi Kokubun2021-11-142-1/+2
* add benchmark/time_at.ymlKoichi Sasada2021-11-151-0/+5
* add benchmark/array_sample.ymlKoichi Sasada2021-11-151-0/+5
* IO::Buffer for scheduler interface.Samuel Williams2021-11-101-0/+9
* add vm_ivar_of_class_setKoichi Sasada2021-10-231-0/+11
* allow to access ivars of classes/modulesKoichi Sasada2021-10-231-0/+12
* Use faster any_hash logic in rb_hashJohn Hawthorn2021-09-301-0/+5
* Add benchmarks to create Time instancesNobuyoshi Nakada2021-09-122-0/+12
* Support tracing of attr_reader and attr_writerJeremy Evans2021-08-291-0/+29
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-292-9/+9
* Add a cache for class variableseileencodes2021-06-181-0/+20
* Improve perfomance for Integer#size method [Feature #17135] (#3476)S.H2021-06-041-0/+2
* Implemented some NilClass method in Ruby code is faster [Feature #17054] (#3366)S.H2021-06-021-0/+6
* compile.c: Emit send for === calls in when statementsAlan Wu2021-05-281-0/+9
* Revert "Filling cache values on cvar write"Aaron Patterson2021-05-111-20/+0
* Add a cache for class variableseileencodes2021-05-111-0/+20
* Eagerly allocate instance variable tables along with objectAaron Patterson2021-05-031-0/+23
* [Doc] Fix a typo s/visilibity/visibility/wonda-tea-coffee2021-04-251-1/+1
* Evaluate multiple assignment left hand side before right hand sideJeremy Evans2021-04-211-0/+29
* st.c: skip all deleted entries [Bug #17779]tompng (tomoya ishida)2021-04-111-0/+11
* Improve Enumerable#tally performanceNobuyoshi Nakada2021-03-161-0/+4
* Add a benchmark for RubyVM::InstructionSequence.load_from_binaryJean Boussier2021-03-101-0/+25
* proc.c: make bind_call use existing callable method entry when possibleJean Boussier2021-03-101-0/+16
* Improve performance some Numeric methods [Feature #17632] (#4190)S.H2021-02-191-0/+13
* Do not run File.write while Ractors are runningTakashi Kokubun2021-02-111-12/+15
* Add a benchmark-driver runner for Ractor (#4172)Takashi Kokubun2021-02-103-0/+131
* Simple benchmark of Float#to_sNobuyoshi Nakada2021-02-101-0/+7
* Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)S.H2021-02-081-0/+8
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-132-7/+7
* Improve performance some Float methods [Feature #17498] (#4018)S.H2021-01-011-0/+14
* Allow inlining Integer#-@ and #~Takashi Kokubun2020-12-221-0/+4
* fix duplicated nameKoichi Sasada2020-12-161-1/+1
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-3/+3
* Set allocator on class creationAlan Wu2020-11-161-0/+21
* Add a benchmark for polymorphic ivar settingAaron Patterson2020-11-091-0/+17
* eagerly initialize ivar table when index is small enoughAaron Patterson2020-11-091-0/+14
* Added benchmark of vm_send by variable [ci skip]Nobuyoshi Nakada2020-10-281-0/+3
* Improve the performance of supereileencodes2020-09-231-0/+20
* Optimize ObjectSpace.dump_allJean Boussier2020-09-091-0/+13
* Improved Enumerable::Lazy#zipNobuyoshi Nakada2020-07-231-0/+22
* Improved Enumerable::Lazy#flat_mapNobuyoshi Nakada2020-07-231-0/+16
* Optimize Array#min (#3324)Kenta Murata2020-07-181-0/+31
* Optimize Array#max (#3325)Kenta Murata2020-07-183-0/+91
* Inline builtin struct arefTakashi Kokubun2020-07-061-0/+10
* Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun2020-07-032-0/+15
* Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun2020-07-031-0/+6
* Mark some Integer methods as inline (#3264)Takashi Kokubun2020-06-272-21/+26
* Add pattern matching with arrays benchmarkVladimir Dementyev2020-06-271-0/+19