Re: [Rails] Optimizing ActiveSupport with native code

2010-02-07 Thread Mat Brown
On Sun, Feb 7, 2010 at 15:54, steve ross wrote: > On Feb 7, 2010, at 12:31 PM, Mat Brown wrote: >> >> I've had this idea kicking around in my head for a while, and had some >> time yesterday to start playing around with it: ActiveSupport is >> heavily used in both the Rails library code and in the

Re: [Rails] Optimizing ActiveSupport with native code

2010-02-07 Thread steve ross
On Feb 7, 2010, at 12:31 PM, Mat Brown wrote: > > I've had this idea kicking around in my head for a while, and had some > time yesterday to start playing around with it: ActiveSupport is > heavily used in both the Rails library code and in the application > layer of a typical Rails stack. Certain

[Rails] Optimizing ActiveSupport with native code

2010-02-07 Thread Mat Brown
I've had this idea kicking around in my head for a while, and had some time yesterday to start playing around with it: ActiveSupport is heavily used in both the Rails library code and in the application layer of a typical Rails stack. Certain parts of AS would be much more efficiently implemented i