chandan24042001s / Building-Video-Streaming-platform-YouTube-from-Scratch

Elevate entertainment, a state-of-the-art video streaming platform delivering superior viewing satisfaction, seamless playback, and a user-friendly experience.

Home Page:https://video-stream-platform.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debouncing:

typing slow = 200ms typing fast = 30ms

Perfomance:

iphone pro max = 14 letter * 1000 = 140000 with debouncing= 3 API calls * 1000 = 3000 Debouncing with 200ms

if difference between 2 key strokes is <200ms - DECLINE API call 200ms make an API call

Cache: time complexity tro search in array = O(n) time complexity tro search in Object = O(1)

[i, ip, iph, iphone]

{ i: ip: iph: iphone: }

new Map();

About

Elevate entertainment, a state-of-the-art video streaming platform delivering superior viewing satisfaction, seamless playback, and a user-friendly experience.

https://video-stream-platform.netlify.app/


Languages

Language:JavaScript 91.4%Language:HTML 6.9%Language:CSS 1.7%