Explore advanced JavaScript techniques for optimizing array filtering in this JSConf US talk. Dive into linear vs logarithmic time complexities, learn about unnecessary diff results, and understand the mathematical concepts behind scaling algorithms. Discover the ideal approach to faster filtered arrays, avoiding overcomplication while examining Red-Black Binary Trees and their implementation. Follow along with a detailed algorithm walkthrough, model solution, and practical examples to enhance your JavaScript performance optimization skills.
Overview
Syllabus
Intro
Linear vs logarithmic
Outline
Template
Unnecessary
Diff
Results
Scale
Math
Conclusion
Ideal Approach
Overcomplicating
RedBlack Binary Trees
RedBlack Tree Example
Algorithm Walkthrough
Model Solution
Insert Run
Predicate Tree
Index
Example
Taught by
JSConf