[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [zzdev] The speed hog...
- To: "B. Fallenstein" <b.fallenstein@xxxxxx>, ZZ Development <zzdev@xxxxxxxxxx>
- Subject: Re: [zzdev] The speed hog...
- From: Tuomas Lukka <lukka@xxxxxxxxxx>
- Date: Sun, 16 Sep 2001 23:03:35 +0300
- In-reply-to: <20010916205003.D7993@xxxxxxxxxxxxxx>; from lukka@xxxxxxxxxx on Sun, Sep 16, 2001 at 08:50:03PM +0300
- Mail-followup-to: "B. Fallenstein" <b.fallenstein@xxxxxx>, ZZ Development <zzdev@xxxxxxxxxx>
- References: <3BA3E932.1BF908F@xxxxxx> <20010916205003.D7993@xxxxxxxxxxxxxx>
Ok, now the speed is improved quite a bit, and now the slowest
point is in BlockedVStreamDim.getBlock, and in there it is mostly
of Integer::parseInt and Block::contains (which is called 1.1 million
times during loading).
Tuomas