Smalltalk
›
Pharo
›
Pharo Issue Tracker
Login
Register
Search
everywhere
only in this topic
Advanced Search
Manuscript (Case [Issue]22398) Tools - speed up NECSymbolCache #interestingSymbolsDo:
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Pharo Issue Tracker
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Sep 03, 2018; 8:55am
Manuscript (Case [Issue]22398) Tools - speed up NECSymbolCache #interestingSymbolsDo:
122177 posts
Manuscript Notification
Marcus Denker
opened
Case 22398
: speed up NECSymbolCache #interestingSymbolsDo:
and assigned it to
Everyone
:
Bug
in
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
: 5 – Fix If Time
Status
: Work Needed
Assigned to
: Everyone
Milestone
: Pharo7.0
Go to Case
No longer need updates?
Unsubscribe from this case.
Don't want Manuscript notifications anymore?
Update your preferences.
A Manuscript case was opened by Marcus Denker. Case ID: 22398 Title: speed up NECSymbolCache #interestingSymbolsDo: Status: Work Needed Category: Bug Project: Tools Area: 1. Pharo Image Priority: 5 - Fix If Time Milestone: Pharo7.0: 9/2/2018 (Yesterday) Assigned To: Everyone URL: https://pharo.manuscript.com/f/cases/22398 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'" You are subscribed to this case. If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.manuscript.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=22398) from this case.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker
Free forum by Nabble
Edit this page