JavaScript Decorators: @memoize

preview_player
Показать описание
The @memoize decorator will, predictably, memoize functions. We'll combine this with the @time decorator to see a huge speed boost when calculating numbers in the Fibonacci sequence.

Рекомендации по теме
Комментарии
Автор

why am i only getting suggested this now? best beginner example of decorators out there

mikedelcastillo
Автор

Love these videos where you focus on one topic and teach what it is and how to implement it. Well done

KennySmooth
Автор

I'm familiar with memoization, I'm here to learn about annotations and that helped.
Thanks.

maoryatskan
Автор

Wow! This is a very fancy way to use decorators. Where can I learn more of this @ notation?

HillelGarciaAustria
Автор

You can't do fib of 100(recursively) even on C 😅 Thanks for the video, it helped a lot!

joaofnds
Автор

This is great video but only has 2800 views :(

berkslv