Issue 4127 in pharo: little bit faster traitNames, allTraitsDo:, allClassesDo:, allClassesAndTraitsDo:

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

Issue 4127 in pharo: little bit faster traitNames, allTraitsDo:, allClassesDo:, allClassesAndTraitsDo:

pharo
Status: FixProposed
Owner: [hidden email]
Labels: Milestone-1.3

New issue 4127 by [hidden email]: little bit faster traitNames,  
allTraitsDo:, allClassesDo:, allClassesAndTraitsDo:
http://code.google.com/p/pharo/issues/detail?id=4127

Faster traitNames, allTraitsDo:, allClassesDo:, allClassesAndTraitsDo:

traitNames --> use #isBehavior, not string compare.

..Do: do not bother to create an intermediate collection.

Attachments:
        SystemDictionary.MarcusDenker.1.cs  1.2 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4127 in pharo: little bit faster traitNames, allTraitsDo:, allClassesDo:, allClassesAndTraitsDo:

pharo
Updates:
        Status: Closed

Comment #1 on issue 4127 by [hidden email]: little bit faster  
traitNames, allTraitsDo:, allClassesDo:, allClassesAndTraitsDo:
http://code.google.com/p/pharo/issues/detail?id=4127

in 13176


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