From: SASADA Koichi Date: 2014-01-06T16:18:27+09:00 Subject: [ruby-core:59578] Re: [ruby-trunk - misc #9188] r43870 make benchmark/bm_so_k_nucleotide.rb slow (2014/01/06 15:49), Eric Wong wrote: > Mine replaces nd_lit in node directly (seems OK, since other > rb_fstring uses do that). I also implement aref, not just aset. > > This is my first time working in compile.c and I'm not familiar with > this code at all, but it still seems to be still working :) > Other than my trivial loop, I haven't tested performance. I got it. My concern is performance regression with huge entries of fstring table with this technique. Maybe we can avoid such regression with smart data structure (for example, do not use st). -- // SASADA Koichi at atdot dot net