coil-kt / coil

Image loading for Android and Compose Multiplatform.
https://coil-kt.github.io/coil/
Apache License 2.0
10.84k stars 665 forks source link

[Coil 3] Reconsider using androidx collection's LruCache(Or SieveCache) #2692

Open revonateB0T opened 1 week ago

revonateB0T commented 1 week ago

Now that they added wasmJs & js target. https://developer.android.com/jetpack/androidx/releases/collection We just wait a stable 1.5.0 .

revonateB0T commented 1 week ago

https://android.googlesource.com/platform/frameworks/support/+log/ccd90a76bd7c4acf4f4f01eca76350e383bc441e..0aac1878823c58d5a7b1eee060cc79d1b38b4996/collection

colinrtwhite commented 6 days ago

Sounds good 👍🏻. Feel free to send over a PR once they hit stable. I think we can use SieveCache to replace all our LruCache and LruMap implementations.