LKImageKit icon indicating copy to clipboard operation
LKImageKit copied to clipboard

optimize cache size calculation

Open wang9262 opened this issue 6 years ago • 1 comments

Current cache size calculates everytime when cacheImage: URL: calls,which will cause unnecessary traverse.When collectionView or tableview scroll fast,this will be somehow bottleneck.

So store the cost in every node may be more efficient.

wang9262 avatar Jul 20 '19 15:07 wang9262

CLA assistant check
All committers have signed the CLA.

tencent-adm avatar Jul 20 '19 15:07 tencent-adm