Motivation and Requirements for a Many-core Approach
Learn about problems with scaling the Memcached key-value store with a many-core processor.
Why we use key-value stores
Memcached is a key-value store that is used by large platforms like Facebook and LinkedIn to read and write data quickly. Applications that require repeated fast reads and writes are ideal for a caching layer, which can be implemented using key-value stores.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.