dev_fd_response: garbage reduction
commitfa0b3774dd9cd73331e83b3517c37964ab265074
authorEric Wong <normalperson@yhbt.net>
Thu, 20 Jan 2011 10:13:38 +0000 (20 02:13 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 20 Jan 2011 10:13:38 +0000 (20 02:13 -0800)
tree9af3f91c9e565a04c90ea142991125f7e596f0d2
parentfc355db99bdbe72644e4691a7a107b6a29c77be6
dev_fd_response: garbage reduction

Constant strings mean the runtime won't have to allocate new
objects all the time since GC is currently the biggest
performance problem of Ruby 1.9.x in my experience.
lib/rainbows/dev_fd_response.rb