src/linked_list.c

changeset 735
b686d0c98c62
parent 708
1caed6c9ba68
child 763
741a2040fa33
--- a/src/linked_list.c	Fri Jul 07 17:31:25 2023 +0200
+++ b/src/linked_list.c	Fri Jul 07 17:46:00 2023 +0200
@@ -607,7 +607,7 @@
 }
 
 #ifndef CX_LINKED_LIST_SWAP_SBO_SIZE
-#define CX_LINKED_LIST_SWAP_SBO_SIZE 16
+#define CX_LINKED_LIST_SWAP_SBO_SIZE 128
 #endif
 
 static int cx_ll_swap(

mercurial