Skip to content
Snippets Groups Projects
Commit a83f8cf0 authored by rtoy's avatar rtoy
Browse files

Make DIRECTORY work faster when there are a large number of files.

Basically, don't use delete-duplicates but do it ourselves since the
list is already sorted.

From Lynn Quam, cmucl-imp, 2008/06/05, slightly modified.

code/filesys.lisp:
o New DIRECTORY function

general-info/release-19f.txt:
o Update
parent 44232c3d
No related branches found
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