0
votes
1answer
47 views

express, blade with connect-assets

i have this coffee script code running http://chapter.zmgc.net (https://github.com/TZM/tzm-blade)and would like to have your opinion on how better to optimise it. express = require "express" gzippo = ...
4
votes
1answer
357 views

Where is the memory leak in this scraper?

This is a scraper written in coffee-script for nodeJS. It is run in an interval (set to 5 seconds here to dramtically show the leak). Somewhere this code leaks memory. I already tried nulling a few ...