Netflix Caching with Scott Mansfield
Caching is a fundamental concept of computer science. When data is accessed frequently, we put that data in a place where it can be accessed more quickly–we put the data in a cache. When data is accessed less often, we leave it in a place where the access time is slow or expensive. Netflix has
The post Netflix Caching with Scott Mansfield appeared first on Software Engineering Daily.