043b3c9 Ticket 49297 - improve search perf in bpt by removing a deref

Authored and Committed by William Brown 6 years ago
    Ticket 49297 - improve search perf in bpt by removing a deref
    
    Bug Description:  improve search perf in bpt by removing
    the derefence of the key cmp fn, instead we pass the fn ptr
    to the functions.
    
    Fix Description:  Pass the fn pointer to the search and lookup
    functions.
    
    https://pagure.io/389-ds-base/issue/49297
    
    Author: wibrown
    
    Review by: mreynolds (Thanks!)
    
        
file modified
+3 -3
file modified
+4 -4
file modified
+11 -11
file modified
+3 -2
file modified
+15 -12