Arpit Bhayani
Projects
Blogs
Notes
Videos
Papershelf
Bookshelf
Courses
Talks
Home
Topics
Caching
#caching
(31)
11 blogs
•
9 notes
•
11 videos
All
31
Distributed Systems
15
Systems Internals
9
AI Systems
4
Databases
2
Algorithms & Data Structures
1
2026
(13)
Aug 26
NOTE
Continuous batching achieves high GPU utilization for large language models
AI Systems
#ai-systems
#caching
#continuous-batching
Aug 26
NOTE
How S3 Enables Stateless Write-Ahead Logs Despite Latency Trade-offs
Distributed Systems
#distributed-systems
#caching
#commit-latency
Aug 05
NOTE
Cloudflare increases LLM concurrency through precision reduction without quality loss
AI Systems
#ai-systems
#caching
#cloudflare
Jul 27
NOTE
Huge Pages Optimize Postgres Shared Buffers by Improving TLB Efficiency
Systems Internals
#distributed-systems
#caching
#databases
Jun 29
NOTE
AI Makes Premature Optimization Effortless Leading to Over-Engineered Code
AI Systems
#software-engineering
#ai
#caching
May 24
VIDEO
Implementing Redis's Approximated LRU Algorithm: A Go Deep Dive
Systems Internals
#redis
#lru
#eviction
May 23
VIDEO
Redis's Approximated LRU Algorithm: Deep Dive into Memory-Efficient Eviction
Systems Internals
#redis
#lru
#caching
May 21
NOTE
Key Considerations for Building Predictably Horizontally Scalable Systems
Distributed Systems
#distributed-systems
#asynchronous-queues
#caching
May 19
NOTE
System Design Fundamentals Remain Crucial for Robust Long-Running Agentic Applications
AI Systems
#ai-systems
#ai-agents
#caching
May 19
NOTE
Approximating Least Recently Used Cache Eviction Using Two Random Choices
Distributed Systems
#distributed-systems
#2-random
#approximation
Apr 05
NOTE
Simpler Solutions Beat Complexity in System Architecture
Distributed Systems
#distributed-systems
#caching
#complexity
Mar 08
BLOG
Databases Were Not Designed For This
Distributed Systems
#distributed-systems
#ai-agents
#caching
Jan 03
VIDEO
How MySQL's Midpoint Insertion Strategy Prevents Cache Pollution
Databases
#mysql
#innodb
#caching
2025
(3)
Sep 04
BLOG
Why and How Cache Locality Can Make Your Code Faster
Systems Internals
#systems-internals
#caching
#memory-management
Sep 02
BLOG
Why does DNS use both UDP and TCP
Systems Internals
#systems-internals
#caching
#fault-tolerance
Mar 16
VIDEO
DiceDB 1.0: A Fast, Reactive, In-Memory Database for Modern Applications
Databases
#dicedb
#in-memory-database
#reactive-systems
2024
(3)
Sep 15
BLOG
Paper Notes - On-demand Container Loading in AWS Lambda
Systems Internals
#systems-internals
#caching
#cryptography
Aug 28
BLOG
Paper Notes - NanoLog - A Nanosecond Scale Logging System
Systems Internals
#systems-internals
#caching
#networking
May 17
VIDEO
Architecting for 20 Million Concurrent Viewers: Inside JioCinema's IPL Live Streaming Infrastructure
Distributed Systems
#distributed-systems
#system-design
#high-availability
2023
(1)
May 23
VIDEO
JunoDB Overview: PayPal's Open-Source Key-Value Store and Latency Bridging
Distributed Systems
#junodb
#distributed-systems
#caching
2022
(4)
Nov 21
VIDEO
Scaling Booking.com's Highly Available User Review System
Distributed Systems
#consistent-hashing
#database-sharding
#high-availability
Nov 07
VIDEO
Designing Himeji: Airbnb's Scalable Centralized Authorization System
Distributed Systems
#authorization
#distributed-systems
#system-design
Oct 17
VIDEO
Scaling to 10 Billion Daily Requests: How GIPHY Architected Its CDN Strategy
Distributed Systems
#cdn
#caching
#distributed-systems
May 20
VIDEO
Why Caching Fails to Speed Up Mark-and-Sweep Garbage Collection
Systems Internals
#garbage-collection
#caching
#systems-internals
2021
(1)
May 02
VIDEO
Scaling a Taxonomy Service and Database: Architecture and Bottlenecks
Distributed Systems
#system-design
#database-scaling
#caching
2020
(6)
Dec 20
BLOG
How Python Uses String Interning to Keep Runtime Efficient
Systems Internals
#systems-internals
#caching
#go
Nov 29
BLOG
The 2Q Algorithm - Addressing LRU's Sub-Optimality
Distributed Systems
#distributed-systems
#caching
#databases
Nov 22
BLOG
Israeli Queues
Algorithms & Data Structures
#algorithms-and-data-structures
#caching
#networking
Aug 23
BLOG
Implementing LFU in O(1)
Distributed Systems
#distributed-systems
#caching
#memory-management
May 24
BLOG
Consistent Hashing - What It Is and How to Implement It
Distributed Systems
#distributed-systems
#caching
#data-structures
Apr 26
BLOG
How MySQL Avoids Performance Hits from Table Scans
Distributed Systems
#distributed-systems
#caching
#databases