
系统设计
flyatcmu
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
系统设计:Top K Problem (Heavy Hitters)
System Design Interview - Top K Problem (Heavy Hitters) https://www.youtube.com/watch?v=kx-XDoPjoHw&t=1068s原创 2020-09-03 08:40:45 · 1357 阅读 · 0 评论 -
系统设计:Recommendation System
Recommendation System.https://www.youtube.com/watch?v=Eeg1DEeWUjA Algorithm in Recommendation system: Content Based filtering. (compare features of objects itself.) Collaborative filtering. ( features + people response to the objects) Started by sen...原创 2020-08-25 11:59:43 · 540 阅读 · 0 评论 -
系统设计:Design Notification System.
原创 2020-08-24 00:50:35 · 511 阅读 · 0 评论 -
系统设计: CDN
Design Netflix Content Delivery System. (CDN).https://www.youtube.com/watch?v=LkLLpYdDINA Recommendation System.https://www.youtube.com/watch?v=Eeg1DEeWUjA Algorithm in Recommendation system: Content Based filtering. (compare features of objects ...原创 2020-08-15 10:01:14 · 302 阅读 · 0 评论 -
系统设计 Design Unique ID in distributed System.
https://instagram-engineering.com/sharding-ids-at-instagram-1cf5a71e5a5c 1. Using UUID. 128 Bits Pros: each application generate independently, if you use a timestamp as first component of ID, the IDs remain time-sorted. Cons: Requires more storagespac.原创 2020-07-31 10:54:26 · 4506 阅读 · 0 评论