mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +00:00
- DesktopLocalCache now uses LargeSoftCache (WeakReference-based, GC-driven) instead of BoundedLargeCache (strong refs, 50k cap, arbitrary eviction) - Delete BoundedLargeCache.kt — no longer needed - Rewrite findUsersStartingWith to use forEach instead of values() - Remove BoundedLargeCache eviction tests (no longer applicable) - Notes now only disappear when nothing references them, not arbitrarily Per Vitor's feedback: "this maximum size approach might not work well, as things will just disappear"