The new binary name search functionality, says: ``` #define USE_BINARY_SEARCH to enable it). This gives a very large * speedup for libraries that exports lots of functions. ``` However USE_BINARY_SEARCH is not really tested anywhere and from what I see binary search is always enabled.