[web-devel] Caching the System time
Piyush P Kurur
ppk at cse.iitk.ac.in
Mon Aug 22 09:12:28 CEST 2011
On Mon, Aug 22, 2011 at 03:44:02PM +0900, Kazu Yamamoto wrote:
> Simon,
>
> Thank you for your explanation.
> I'm not sure that we can obtain the length of Builder without
> building(copying).
I too am interested in knowing whether the length of a builder (exact
length) can be computed without forcing computation. The context that
I need this is different (an asn1 library). The way I solved is to
keep track of the length explicitly. But if builder can do that for me
that is very good.
Regards
ppk
More information about the web-devel
mailing list