mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#4531 temporarily go back to using quick sort instead of radix sort
This commit is contained in:
parent
6651d19320
commit
d921fcb0c9
@ -1374,7 +1374,7 @@ int bdb_idl_append( ID *a, ID *b )
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
|
||||
/* Quicksort + Insertion sort for small arrays */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user