Skip to content

Instantly share code, notes, and snippets.

View mnussbaum's full-sized avatar

Michael Nussbaum mnussbaum

  • Equilibrium Energy
  • San Francisco
View GitHub Profile

ruby-1.9.3-p194 cumulative performance patch for rbenv

This installs a patched ruby 1.9.3-p194 with various performance improvements and a backported COW-friendly GC, all courtesy of funny-falcon.

Requirements

You will also need a C Compiler. If you're on Linux, you probably already have one or know how to install one. On OS X, you should install XCode, and brew install autoconf using homebrew.

@mnussbaum
mnussbaum / hack.sh
Created March 31, 2012 19:24 — forked from erikh/hack.sh
OSX For Hackers
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#