It’s not you, it’s me. A few months ago I released a small JavaScript micro-framework: breakup.js Serially enumerating over a collection (such as using async.forEachSeries()in Node.js or jQuery.each() in the browser) can lead to performance and responsiveness issues if processing or looping through the collection takes too long. In some browsers, enumerating over a large […] The post breakup.js first appeared on NicJ.net.