-
- Downloads
[perf] Add a Clojure-side impl for `lib.cache/side-channel-cache` (#45394)
It's based on a (global, synchronized) `WeakHashMap` using the query map itself as the key. That gives the cache the same lifespan as the query map, which is generally brief but often includes many calls to expensive, cached functions like `visible-columns`.
Please register or sign in to comment