use WeakValueDictionaries for models
By Paolo Bonzini - Posted on September 19th, 2009
| Project: | GNU Smalltalk |
| Component: | VisualGST |
| Category: | task |
| Priority: | minor |
| Assigned: | MrGwen |
| Status: | fixed |
Description
currently using Dictionaries. Please try using weak collections and close as invalid if it results in bugs or slower performance (I have no idea whether the models acts as caches too, and whether they are discarded when the browser window is closed?). Thanks in advance!
Updates
#1 submitted by Gwenael Casaccio on Sun, 09/27/2009 - 21:30
| Assigned to: | Unassigned | » MrGwen |
#2 submitted by Gwenael Casaccio on Mon, 09/28/2009 - 08:06
| Status: | active | » committed |
VisualGST does not use shared models. There is still one shared model for the Image (used by Sender and Implementor tools)
#3 submitted by Paolo Bonzini on Tue, 09/29/2009 - 08:34
| Status: | committed | » fixed |
