<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - systemctl is-enabled scales poorly with many units"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72611#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - systemctl is-enabled scales poorly with many units"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=72611">bug 72611</a>
              from <span class="vcard"><a class="email" href="mailto:david@davidstrauss.net" title="David Strauss <david@davidstrauss.net>"> <span class="fn">David Strauss</span></a>
</span></b>
        <pre>Since most of the time is spent in readlink_and_canonicalize() on the symlinks
in multi-user.target.wants, it would be very helpful to avoid a scan of all
symlinks in *.wants.

Can we assume the name of the symlink is the same as the target? That's
certainly the case with how systemd creates the links. With that assumption, we
could examine a single symlink rather than canonicalizing them all.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>