JS - Core - CL3 Flashcards
ES6: generators and iterators
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators
Symbols
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol
Typed Arrays
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
Experimental new features: ArrayBuffer.transfer Typed Objects SIMD specification SharedArrayBuffer and Atomics Decorators
https://developer.mozilla.org/en-US/docs/Archive/Web/JavaScript/ECMAScript_Next_support_in_Mozilla
Shallow and retained sizes
https://developer.chrome.com/devtools/docs/memory-analysis-101#common_terms
Young and old generation
https://www.html5rocks.com/en/tutorials/memory/effectivemanagement/
Garbage collector
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management
Anti-patterns related to memory leaks
https: //www.ibm.com/developerworks/library/wa-memleak/wa-memleak-pdf.pdf
https: //medium.com/outsystems-experts/beyond-memory-leaks-in-javascript-d27fd48ae67e
Memory cleaning
https: //www.html5rocks.com/en/tutorials/speed/v8/
https: //www.smashingmagazine.com/2012/11/writing-fast-memory-efficient-javascript/