]> git.sur5r.net Git - openldap/commitdiff
remark for future (questionable) optimization
authorPierangelo Masarati <ando@openldap.org>
Wed, 16 Jan 2002 18:51:20 +0000 (18:51 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 16 Jan 2002 18:51:20 +0000 (18:51 +0000)
servers/slapd/dn.c

index 75d4fb45530db4afe95bea0f59da3102d9473b08..19960cebf4339ed1336d750f60dadd5d3af655fb 100644 (file)
@@ -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.
  */