Project

General

Profile

« Previous | Next » 

Revision 4c0cf2de

Added by deivid (David Rodríguez) 6 months ago

[rubygems/rubygems] Make Bundler::Dependency more memory efficient

When resolving from scratch a Gemfile including only "gem "rails", "~> 8.0.1", I get the following results:

Before

Total allocated: 288.21 MB (3498515 objects)
Total retained: 119.10 MB (1357976 objects)

After

Total allocated: 277.44 MB (3383182 objects)
Total retained: 117.55 MB (1338622 objects)

https://github.com/rubygems/rubygems/commit/2d3d6e5015