Skip to content
  • Brad King's avatar
    ENH: Refactor find_library search logic · 6b851669
    Brad King authored
    Previously we searched for library files by enumerating every possible
    combination of prefix and suffix.  Now we load (and cache) directory
    content from disk and search for matching file names.  This should
    reduce disk access.  It will also allow more advanced matching rules in
    the future.  See issue #3470.
    6b851669