# HG changeset patch # User Mike Becker # Date 1688744760 -7200 # Node ID b686d0c98c62b7a22da65de42fdbdfc20394bf88 # Parent 6f757d83953475953a7e6fdd2b9cc9a03c149461 unify the list swap SBO sizes diff -r 6f757d839534 -r b686d0c98c62 src/array_list.c --- a/src/array_list.c Fri Jul 07 17:31:25 2023 +0200 +++ b/src/array_list.c Fri Jul 07 17:46:00 2023 +0200 @@ -103,7 +103,7 @@ } #ifndef CX_ARRAY_SWAP_SBO_SIZE -#define CX_ARRAY_SWAP_SBO_SIZE 512 +#define CX_ARRAY_SWAP_SBO_SIZE 128 #endif void cx_array_swap( diff -r 6f757d839534 -r b686d0c98c62 src/linked_list.c --- 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(