react-knowledgeable / talks

🎙 cool kids learn in public
32 stars 1 forks source link

⛰ Heaps: Magic #23

Closed thchia closed 4 years ago

thchia commented 4 years ago

who are you and where to find you

I am Thomas, annoyer of meetup attendees. You can find me on Twitter at @th___chia ... and at meetups.

intro of the talk

React 16.10 featured a move from using an array to a binary heap in the implementation of a priority queue. I briefly look at why this was done and show the magic of binary heaps (hint: there will be a bit of maths, like really tiny bit).

planner

slides

Here

video

Here

wgao19 commented 4 years ago

Thank you, bravo!