Jeffrey Gelens

Ruby Enterprise Edition 1.8.6-20090113 released

Ruby Enterprise Edition (REE) is a server-oriented distribution of the official Ruby interpreter, and includes various additional enhancements. REE’s main benefits are the ability to reduce Ruby on Rails applications’ memory usage by 33% on average, the ability to increase applications’ performance and the inclusion of various analysis and debugging features. The lower memory usage and increased performance are possible because REE includes - among other enhancements - a copy-on-write friendly garbage collector, as well as an improved memory allocator.

REE has been out for several months now and is already used by many high-profile websites and organizations, such as New York Times, Shopify and 37signals.

Changes

  • Tcmalloc support for 64-bit operating systems.
  • Ported and incorporated the RubyProf GC patches.
  • Better documentation.
  • Fixed -no-tcmalloc on OS X
  • Fixed more bugs in GNU readline integration on OS X
  • Pass -r to gem install when installing gems
  • Fixed a crash when using REE to install REE
  • Fixed Debian package

Read the article...

I also updated my Arch Linux package.