From 613de1eec764c11a12408d4cff9aa58888f7530a Mon Sep 17 00:00:00 2001 From: Ryan <865833921@qq.com> Date: Tue, 7 Jan 2025 11:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index babf546..bf1d927 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 长列表性能对比 +# 基于ForEach和LazyForEach实现长列表 ### 介绍 本示例分别使用ForEach与LazyForEach实现了长列表,并在LazyForEach懒加载的基础上实现了缓存列表项与组件复用,旨在不同大小的数据下,对比ForEach与LazyForEach的性能,包括完全显示所用时间、丢帧率等性能指标。 -- Gitee