mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
remark for future (questionable) optimization
This commit is contained in:
parent
0842db2a8b
commit
1092fcfed8
1 changed files with 3 additions and 0 deletions
|
|
@ -139,6 +139,9 @@ dnValidate(
|
|||
* (use memcmp, which implies alphabetical order in case of IA5 value;
|
||||
* this should guarantee the repeatability of the operation).
|
||||
*
|
||||
* Note: the sorting can be slightly improved by sorting first
|
||||
* by attribute type length, then by alphabetical order.
|
||||
*
|
||||
* uses a linear search; should be fine since the number of AVAs in
|
||||
* a RDN should be limited.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue