|
RE: RE: Why Squeak is so sloooow?: msg#00149lang.smalltalk.squeak.beginners
> Gasp, sorry, didn't see that. I've loaded it now. Here are > the benchmark results: > > [ > 1 to: 10 do: [ :i | > XYPlotter example1 plot asMorph openInWorld. > XYPlotter example2 plot asMorph openInWorld. > XYPlotter example3 plot asMorph openInWorld. > XYPlotter example4 plot asMorph openInWorld. > XYPlotter example5 plot asMorph openInWorld. > XYPlotter example6 plot asMorph openInWorld. > ] > ] timeToRun. > > 15000 Slightly off topic, but this is a noob list, maybe some will find this interesting. If you aren't using the index in #to:do:, why not simply... 10 timesRepeat: [ XYPlotter example1 plot asMorph openInWorld. XYPlotter example2 plot asMorph openInWorld. XYPlotter example3 plot asMorph openInWorld. XYPlotter example4 plot asMorph openInWorld. XYPlotter example5 plot asMorph openInWorld. XYPlotter example6 plot asMorph openInWorld. ]
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: RE: Why Squeak is so sloooow?, David Shaffer |
|---|---|
| Next by Date: | Re: RE: Why Squeak is so sloooow?, Milan Zimmermann |
| Previous by Thread: | Re: RE: Why Squeak is so sloooow?, David Shaffer |
| Next by Thread: | Re: RE: Why Squeak is so sloooow?, Milan Zimmermann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |