Skip to content

Instantly share code, notes, and snippets.

View ccollins's full-sized avatar

Chuck Collins ccollins

  • Duco
  • Nashville, TN
View GitHub Profile
@ccollins
ccollins / 0-readme.md
Created March 7, 2012 14:22 — forked from burke/0-readme.md
ruby-1.9.3-p125 cumulative performance patch.

Patched ruby 1.9.3-p0 for 30% faster rails boot

What is?

This script installs a patched version of ruby 1.9.3-p0 with patches to make ruby-debug work again (#47) and boot-time performance improvements (#66 and #68), and runtime performance improvements (#83 and #84).

Huge thanks to funny-falcon for the performance patches.

@ccollins
ccollins / hack
Created August 7, 2010 17:49 — forked from ymendel/hack
#!/bin/sh
BRANCHES=`git branch`
if [ $? != 0 ]; then
exit
fi
GIT_SVN=0
git branch -r | grep 'git-svn' > /dev/null
if [ $? = 0 ]; then
GIT_SVN=1