Simon Willison’s Weblog

Subscribe

Friday, 22nd July 2022

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. # 3:52 pm

2022 » July

MTWTFSS
    123
45678910
11121314151617
18192021222324
25262728293031