A Common Idiom
The common idiom in the examples presented above, is that the selection of the appropriate algorithm is based on the call's argument types at runtime. The call is therefore subject to all the usual additional performance costs that are associated with dynamic resolution of calls, usually more than in a language supporting only single method dispatch. In C++, for example, a dynamic function call is usually resolved by a single offset calculation - which is possible because the compiler knows the location of the function in the object's method table and so can statically calculate the offset. In a language supporting double dispatch, this is slightly more costly, because the compiler must generate code to calculate the method's offset in the method table at runtime, thereby increasing the overall instruction path length (by an amount that is likely to be no more than the total number of calls to the function, which may not be very significant).
Read more about this topic: Double Dispatch
Famous quotes containing the words common and/or idiom:
“It is the characteristic of great poems that they will yield of their sense in due proportion to the hasty and the deliberate reader. To the practical they will be common sense, and to the wise wisdom; as either the traveler may wet his lips, or an army may fill its water-casks at a full stream.”
—Henry David Thoreau (18171862)
“I have developed a visionary modern lyric, and, for it, an idiom in which I can write lyrically, colloquially, and dramatically. My subject is city lifewith its sofas, hotel corridors, cinemas, underworlds, cardboard suitcases, self-willed buses, banknotes, soapy bathrooms, newspaper-filled parks; and its anguish, its enraged excitement, its great lonely joys.”
—Rosemary Tonks (b. 1932)