From: "tmm1 (Aman Gupta)" Date: 2013-12-03T08:20:47+09:00 Subject: [ruby-core:58807] [ruby-trunk - misc #9188] r43870 make benchmark/bm_so_k_nucleotide.rb slow Issue #9188 has been updated by tmm1 (Aman Gupta). > How about only using rb_fstring for string literal hash keys? I think this makes sense. We won't see a 10% savings like we did in #8998, but it's a fair compromise. Do you have any thoughts on an implementation? I'll revert the existing commit in the meantime. ---------------------------------------- misc #9188: r43870 make benchmark/bm_so_k_nucleotide.rb slow https://bugs.ruby-lang.org/issues/9188#change-43372 Author: authorNari (Narihiro Nakamura) Status: Open Priority: Normal Assignee: tmm1 (Aman Gupta) Category: core Target version: current: 2.1.0 Hi. I think r43870 make benchmark/bm_so_k_nucleotide.rb slow. r43870 % time ./miniruby ./benchmark/bm_so_k_nucleotide.rb ./miniruby ./benchmark/bm_so_k_nucleotide.rb 1.70s user 0.01s system 99% cpu 1.718 total r43869 % time ./miniruby ./benchmark/bm_so_k_nucleotide.rb ./miniruby ./benchmark/bm_so_k_nucleotide.rb 1.52s user 0.03s system 99% cpu 1.559 total -- http://bugs.ruby-lang.org/