From: "funny_falcon (Yura Sokolov)" Date: 2012-04-01T00:04:58+09:00 Subject: [ruby-core:44004] [ruby-trunk - Feature #5767] Cache expanded_load_path to reduce startup time Issue #5767 has been updated by funny_falcon (Yura Sokolov). > Does this have any effect on https://bugs.ruby-lang.org/issues/4969 (scroll down to post #7). Thomas Sawyer, this proposal has no any effect on #4969 because it doesn't change require semantic in any way. It only improve performance. I leave my comment at #4969 and I still take that point: #4969 is about making game more tangled but easier to win instead of playing by the rules, imho. ---------------------------------------- Feature #5767: Cache expanded_load_path to reduce startup time https://bugs.ruby-lang.org/issues/5767#change-25534 Author: funny_falcon (Yura Sokolov) Status: Assigned Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: Target version: This patch add caching of expanded load path. It reduces rails startup time by 33% (patch against 1.9.3-p0 and simple performance test is here https://gist.github.com/1480404 ) -- http://bugs.ruby-lang.org/