[update 1.1 ] #11011

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[update 1.1 ] #11011

Stéphane Ducasse
11011
-----

- Issue 1357: use includesSelector: rather than selectors includes:
        Rationale for using #includesSelector:
        - a single message is better than two
        - an optimized method is better than a slow one

        The method is optimized because it directly ask methodDict
includesKey: rather than creating an unecessary intermediate
collection.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project