Issue 3656 in pharo: using dictionary in classVariable for urlClass in URL

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

Issue 3656 in pharo: using dictionary in classVariable for urlClass in URL

pharo
Status: Accepted
Owner: [hidden email]

New issue 3656 by [hidden email]: using dictionary in classVariable  
for urlClass in URL
http://code.google.com/p/pharo/issues/detail?id=3656

It would be good to avoid iterating all the classes but to use a  
registration into a classVar.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3656 in pharo: using dictionary in classVariable for urlClass in URL

pharo

Comment #1 on issue 3656 by [hidden email]: using dictionary in  
classVariable for urlClass in URL
http://code.google.com/p/pharo/issues/detail?id=3656

Not sure this is called for.
The code will be more complex, and there's noone (loudly at least)  
complaining URL creation is too slow.
I'm not a big fan of introducing caches without knowing they will bring  
tangible benefits :)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3656 in pharo: using dictionary in classVariable for urlClass in URL

pharo
Updates:
        Status: closed

Comment #2 on issue 3656 by [hidden email]: using dictionary in  
classVariable for urlClass in URL
http://code.google.com/p/pharo/issues/detail?id=3656

Ok I did not see that it was just the subclasses of URL. Let us close it  
for now.