Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Francois-Rene Rideau's avatar
    6876bde3
    2.26.157: speed up pathname operations. · 6876bde3
    Francois-Rene Rideau authored
    Optimize probe-file* in the case we do not care for truename.
    Have truenamize iterate from pathname up to root rather than the other way,
    to minimize the number of calls to truename.
    Refactor pathname absolutization.
    Shuffle functions around os, pathname, stream.
    Shuffle functions around common-lisp, utility.
    Remove root-pathname and sane-physical-pathname.
    6876bde3
    History
    2.26.157: speed up pathname operations.
    Francois-Rene Rideau authored
    Optimize probe-file* in the case we do not care for truename.
    Have truenamize iterate from pathname up to root rather than the other way,
    to minimize the number of calls to truename.
    Refactor pathname absolutization.
    Shuffle functions around os, pathname, stream.
    Shuffle functions around common-lisp, utility.
    Remove root-pathname and sane-physical-pathname.