Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use with-consistent-dists around quickloading #14

Closed
quicklisp opened this issue Dec 14, 2010 · 2 comments
Closed

Use with-consistent-dists around quickloading #14

quicklisp opened this issue Dec 14, 2010 · 2 comments

Comments

@quicklisp
Copy link
Owner

This can make a huge difference as it avoids creating dists over and over again from the filesystem. iolib is more than 3x faster loading. hunchentoot too.

@quicklisp
Copy link
Owner Author

(defmethod quickload :around (systems &key verbose prompt explain
                  &allow-other-keys)
  (declare (ignorable verbose prompt explain))
  (with-consistent-dists
(call-next-method)))

That's one easy way to set it up.

@quicklisp
Copy link
Owner Author

All done and available in the 2010121400 update.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant