From: Jeremy Evans Date: 2010-07-03T08:03:42+09:00 Subject: Re: ANN: zozo 1.0.0 Released Roger Pack wrote: >> zozo is a tool that makes it easy to reduce the memory footprint of your >> applications by having them not load rubygems/bundler at runtime: > > Fascinating. > > I've been working on a rubygems replacement as well: > > http://github.com/rdp/faster_rubygems > > Mine replaces loading of full rubygems (+specs) with loading a cache > file listing known lib files. Zozo looks most excellent, and you'd > think you could rip out of the guts of rails' gem loading and it would > work fine with rail, though that might be hard :) I tried to get Rails to work with zozo for a few hours and gave up. Rails is pretty tied to rubygems, at least in 2.3.x. It may be easier on Rails 3, but I haven't tried. > The only drawback I see to zozo is that it doesn't appear to catch gem > updates. But it would work splendidly for those ok with those > restrictions, like servers :) That's correct. My recommendation is that whenever the gems change, "rm -r lib bin" (or any custom lib and bin directory names), and then regenerate them with zozo. Jeremy -- Posted via http://www.ruby-forum.com/.