Manuscript (Case [Issue]22398) Tools - speed up NECSymbolCache #interestingSymbolsDo:

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

Manuscript (Case [Issue]22398) Tools - speed up NECSymbolCache #interestingSymbolsDo:

Pharo Issue Tracker
Manuscript Notification
avatar
Marcus Denker opened Case 22398: speed up NECSymbolCache #interestingSymbolsDo: and assigned it to Everyone:
Bug in Project:  Tools: 1. Pharo Image  •  You are subscribed to this case
interestingSymbolsDo: aBlock

    Symbol selectorTable do: [:symbol | aBlock value: symbol ].
    Smalltalk globals keysDo: [:symbol | aBlock value: symbol ].

 

[NECSymbolCache interestingSymbolsDo: [ :each | each ]] bench

before:  "'22.705 per second'"
after:   "'357.457 per second'"
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

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