filmov
tv
Anjana Vakil: Immutable data structures for functional JS | JSConf EU
Показать описание
Functional programming has been gaining a lot of popularity in the JS community, and with good reason: rejecting side-effects and mutability - in-place changes to data - helps avoid a lot of headaches. But when you refuse to mutate objects, you have to create a whole new object each time something changes, which can slow things down and eat up memory, making functional programming seem inefficient.
That’s where immutable data structures come in - to save the day, and time and space! Also called “persistent data structures”, they help you efficiently make new “modified” versions of immutable objects, by reusing parts of the old object that you don’t need to change.
Anjana Vakil: Immutable data structures for functional JS | JSConf EU
RuhrJS 2017 - Anjana Vakil - Immutable data structures for functional JS
Immutable Data Structures for Functional JS – Anjana Vakil – PartialConf 2017
Learning Functional Programming with JavaScript - Anjana Vakil - JSUnconf
Object Oriented Programming is not what I thought - Talk by Anjana Vakil
JavaScript: From First Steps to Professional by Anjana Vakil | Preview
003. Immutable Data Structures
!!Con 2016 - They're functional! They're efficient!! By Anjana Vakil
immutable data structures
Immutable.js Tutorial - How to Create Immutable Data Structures with Immutable.js
Functional JavaScript First Steps by Anjana Vakil | Preview
GeeCON 2019: Grzegorz Piwowarek - Purely Functional Data Structures
The Art of Functional Programming - Anjana Vakil | JSHeroes 2022
The Power of JS Generators by Anjana Vakil
RustFest Paris 2018 - Immutable Data Structures and why You want them by Bodil Stokke
CppCon 2017: Juan Pedro Bolivar Puente “Postmodern immutable data structures”
Immutable data structures are threadsafe
FTWConf: Inspiring Story by Anjana Vakil
Programming Across Paradigms • Anjana Vakil • GOTO 2017
!!Con 2019- Tail Call Optimization: The Musical!! by Anjana Vakil & Natalia Margolis
Recursion, Iteration, and JavaScript: A Love Story - Anjana Vakil | JSHeroes 2018
CppCon 2017 Postmodern immutable data structures
Immutable Data Structures in JavaScript - A Tutorial on Why and How to Use Them
The Art of Functional Programming (Anjana Vakil, Tech Talk @ CodeDay Labs 2022)
Комментарии