Faster Filtered Arrays in Javascript

Hosted By
Chris G. and 2 others

Details
The secret to snappy user-interfaces built with web technologies is efficient DOM manipulation. Unfortunately, commonly used data transformations like .map(), .filter() and, .sort() - while blazingly fast - are wildly inefficient when applied to constantly changing data sets. If left unchecked your DOM manipulations could inherit those inefficiencies where they are made painfully obvious to the end-user.
In this talk we'll examine this problem, a popular workaround, and the far superior solution being developed by the CanJS (http://canjs.com/) team at Bitovi (http://bitovi.com/).

CharlotteJS
See more events
Skookum
201 S. Tryon Street, 15th floor · Charlotte, NC
Faster Filtered Arrays in Javascript