Skip to content
Snippets Groups Projects
Commit 1e6f8ecc authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix directory-files to be linear not quadratic

Bug found by @axionic on github: on very large directories,
directory-files was slow, because it was using remove-duplicates
with non-hashable test function #'pathname-equal.
But this functionality was only really needed for the purpose
of dealing with logical-pathnames, and having a few duplicates
in case of wanton symlinks isn't much of an issue.
parent a973df4e
Branches abcl-1.9.2
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment