Cool, I would remove the alpha from the logo and the text. It is just strange that squeaksource is closed and ss3 is tagged alpha will officially used.
Norbert Am 24.04.2012 um 00:44 schrieb Dale Henrichs: > The good news is that Tobias is diving back into SS3 development, so get your > feature requests in early so that he can include them when we roll out the > next round of SS3 updates... > > Dale > > [1] http://code.google.com/p/squeaksource3/issues/list > > ----- Original Message ----- > | From: "Camillo Bruni" <[email protected]> > | To: [email protected] > | Sent: Monday, April 23, 2012 11:28:21 AM > | Subject: Re: [Pharo-project] monticello repos speedup > | > | On 2012-04-23, at 19:55, Sven Van Caekenberghe wrote: > | > > | > On 23 Apr 2012, at 19:26, Camillo Bruni wrote: > | > > | >> I just checked doing a HEAD request on squeaksource (which works > | >> but is far from being optimal...) on the massive Pharo repos > | >> (9000 files) > | >> > | >> http://www.squeaksource.com/Pharo/Morphic-StephaneDucasse.918.mcz > | >> > | >> list: ~6.5 sec > | >> get: ~6.5 sec > | >> head: ~4.5 sec > | >> > | >> clearly faster! how about adding additional HEAD support? > | > > | > You are using a slow reference system, I can be faster: > | > > | > [ ZnEasy get: > | > > 'http://mc.stfx.eu/ZincHTTPComponents/Zinc-HTTP-SvenVanCaekenberghe.261.mcz' > | > ] timeToRun. 454 > | > [ ZnEasy head: > | > > 'http://mc.stfx.eu/ZincHTTPComponents/Zinc-HTTP-SvenVanCaekenberghe.261.mcz' > | > ] timeToRun. 92 > | > > | > What I mean is, the server is another problem than the client side. > | > | yeah! this is more of what I wanted to say / expected :) > | I'll file a bug report for gemstone... > | > | My latest fix includes a HEAD request shortcut for > | #includesFileNamed: for squeaksource. > | > | > | > | best > | cami > | > | > | >
