You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect (without profiling) that warnings are a performance regression for add* and search*. All add op take a modlist, all search ops take an optional attrlist. The lists can be pretty long and we do the full warning dance for every entry. We should only warn once per operation.
The text was updated successfully, but these errors were encountered:
From #128 (comment)
I suspect (without profiling) that warnings are a performance regression for
add*
andsearch*
. All add op take amodlist
, all search ops take an optionalattrlist
. The lists can be pretty long and we do the full warning dance for every entry. We should only warn once per operation.The text was updated successfully, but these errors were encountered: