|
|
|
|
|
by WJW
2097 days ago
|
|
The lack of compile time in the ruby world really makes it difficult to do a lot of work there. :P There's a nice Ruby trick btw where you put significant precalculations in constants, since the value of a constant gets computed during program startup it still allow you to do work "up front" instead of during a web request. |
|