one of the problem is that package are slow since they rely on class category. Stef On Jun 17, 2009, at 11:18 AM, Lukas Renggli wrote:
OB is another story. For me, its at the border of being usable because of its slowness.
Just for the record: OB included with the Seaside One-Click image is only marginally slower than the standard system browser.
Opening and closing OB system browser on the class WACounter: 636.15 ms Opening and closing SystemBrowser on the class WACounter: 555.00 ms
Lukas
-=--=--=--=--=--=--=--=--=--=--=--=--=--=-
" Omni Browser " [ browsers := (1 to: 20) collect: [ :each | OBSystemBrowser onClass: WACounter ]. browsers do: [ :each | each open. World doOneCycle ]. browsers do: [ :each | each close. World doOneCycle ] ] timeToRun / 20.0
" System Browser " [ browsers := (1 to: 20) collect: [ :each | Browser new setClass: WACounter selector: nil ]. browsers do: [ :each | Browser openBrowserView: (each openEditString: nil) label: 'System Browser'. World doOneCycle ]. browsers do: [ :each | each changed: #close. World doOneCycle ] ] timeToRun / 20.0
-=--=--=--=--=--=--=--=--=--=--=--=--=--=-
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project