< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #14932 has been reported by sam.saffron (Sam Saffron).
----------------------------------------
Feature #14932: Dynamically adjust method cache size at runtime
https://bugs.ruby-lang.org/issues/14932
* Author: sam.saffron (Sam Saffron)
* Status: Open
* Priority: Normal
* Assignee:
* Target version:
----------------------------------------
I am not sure exactly how we can pull this off, but this very much fits into our mission of making Ruby fast
http://engineering.appfolio.com/appfolio-engineering/2018/7/18/rubys-global-method-cache
https://engineering.shopify.com/17489064-tuning-rubys-global-method-cache
The method cache is not an ideal size for large applications, an easy 2-3% performance can be gained by increasing it.
Problem is this is very much counter to Koichi's mission of no knobs needed.
I would like to brainstorm any ideas for dynamically growing the method cache automatically for applications with a high miss rate.
I totally understand this is VERY hard cause the act of measuring can slow stuff down. But perhaps if it only measured for 0.1 seconds per minute and dynamically adjusted it would not be too bad?
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>