you guys may be interested at onejs: http://github.com/azer/onejs On Apr 28, 2012 2:28 AM, "Jann Horn" <[email protected]> wrote:
> On Fri, Apr 27, 2012 at 12:22:14AM -0400, Matthew Hazlett wrote: > > Has anyone experimented with minifing code with node? > > > > I know the reason to minify on the client side is its faster load > > time to the browser, was just wondering if there were any > > performance gains with minimized code on the server side or perhaps > > a bottleneck with the eval() of the code. > > Why eval()? > > I tried this with node code - 10% startup time improvement. See > https://github.com/joyent/node/issues/1538 > > However, as pointed out there, line numbers will be totally useless. > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
