mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6b480d2e82
`ActiveSupport::Autoload#autoload` performance is improved in the default case where a path is present. Since the full path name is not generated, it isn't necessary to determine the full constant name either. This results in a 3x performance gain and reduces the number of Ruby objects generated. For a full benchmark check [this gist](https://gist.github.com/2020228). |
||
---|---|---|
.. | ||
cache | ||
core_ext | ||
dependencies | ||
deprecation | ||
inflector | ||
json | ||
locale | ||
log_subscriber | ||
multibyte | ||
notifications | ||
ruby | ||
testing | ||
time | ||
values | ||
xml_mini | ||
all.rb | ||
backtrace_cleaner.rb | ||
basic_object.rb | ||
benchmarkable.rb | ||
buffered_logger.rb | ||
builder.rb | ||
cache.rb | ||
callbacks.rb | ||
concern.rb | ||
configurable.rb | ||
core_ext.rb | ||
dependencies.rb | ||
deprecation.rb | ||
descendants_tracker.rb | ||
duration.rb | ||
file_update_checker.rb | ||
file_watcher.rb | ||
gzip.rb | ||
hash_with_indifferent_access.rb | ||
i18n.rb | ||
i18n_railtie.rb | ||
inflections.rb | ||
inflector.rb | ||
json.rb | ||
lazy_load_hooks.rb | ||
log_subscriber.rb | ||
logger.rb | ||
message_encryptor.rb | ||
message_verifier.rb | ||
multibyte.rb | ||
notifications.rb | ||
option_merger.rb | ||
ordered_hash.rb | ||
ordered_options.rb | ||
railtie.rb | ||
rescuable.rb | ||
string_inquirer.rb | ||
tagged_logging.rb | ||
test_case.rb | ||
time.rb | ||
time_with_zone.rb | ||
version.rb | ||
xml_mini.rb |