[#70257] [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI — ko1@...

Issue #11420 has been reported by Koichi Sasada.

11 messages 2015/08/06

[ruby-core:70338] Re: [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI

From: Юрий Соколов <funny.falcon@...>
Date: 2015-08-11 19:17:16 UTC
List: ruby-core #70338
Eric Wong, you should measure,  not expect. With current implementation,
lookup performance really matters.

Does Github still use patch with per class method cache instead of global
one?
11 =D0=B0=D0=B2=D0=B3. 2015 =D0=B3. 21:26 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=
=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C "Eric Wong" <normalperson@yhbt.net>
=D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0=BB:

> Nice.  Thank you guys for looking into this.
>
> I prefer smallest size.  With inline cache, global method cache and tiny
> tables; I expect lookup algorithm performance is not too important.
>

In This Thread