From a192fbdca89d9c3b07d3e9d0b2c80f2fd08c48c2 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 25 Apr 2025 22:58:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BAIndexedList=E6=B5=8B=E8=AF=95=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0Reorder/Shrink?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datatype/collection/IndexedListTest.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/datatype/collection/IndexedListTest.cpp b/datatype/collection/IndexedListTest.cpp index e8444a5..d0cb286 100644 --- a/datatype/collection/IndexedListTest.cpp +++ b/datatype/collection/IndexedListTest.cpp @@ -5,6 +5,9 @@ using namespace hgl; +//#define TEST_REORDER +//#define TEST_SHRINK + template void out_list(const char *type,const DataArray &da) { @@ -67,5 +70,18 @@ int main(int,char **) std::cout<<"Delete "<