Simon Willison’s Weblog

Subscribe

Items tagged dogpile in 2022

Filters: Year: 2022 × dogpile × Sorted by date

Promise Maps. Egbert Teeselink describes a neat JavaScript caching pattern: instead of caching key:value cache key:promise-that-resolves-to-value—doing this gives you dog piling prevention for free, because the first lookup of a value trigers the computation to fetch it while subsequent lookups wait on the same promise to resolve—or resolve instantly if the computation has completed.

# 22nd July 2022, 3:52 pm / dogpile, javascript

Types

Years

Months

Tags