Method Dispatch
Method dispatch is usually slow the first time (unless there is only one method)
For a given set of argument types, the applicable methods are cached
CLOS generally builds the dispatch incrementally, making for a slow start
Previous slide
Next slide
Back to first slide
View graphic version