[Home] [By Thread] [By Date] [Recent Entries]

  • To: "Stephen E. Beller" <sbeller@n...>
  • Subject: Re: Data streams
  • From: Peter Hunsberger <peter.hunsberger@g...>
  • Date: Tue, 7 Dec 2004 09:05:35 -0600
  • Cc: xml-dev@l...
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=m54EUlw4+ZaIAUQwRnlRp6PtGiKs8EjhDKsWN5Ad4C8xwIore0fWJaAVtkwHs10+yI8QwdvDCP+eYx4h5T+CnDskChj+4kVkd7DI9Tk1exqhzhNplmovSVvGWm6SfPtD5itzecGmmw4lHHx45SzDSOC0RVMxdSO54Gc6TQ6Nz8c=
  • In-reply-to: <005e01c4dc5f$6beca050$6501a8c0@dell8100>
  • References: <1102378898.41b4f79299d0c@65.39.203.11> <005e01c4dc5f$6beca050$6501a8c0@dell8100>
  • Reply-to: Peter Hunsberger <peter.hunsberger@g...>

On Tue, 07 Dec 2004 08:19:45 -0500, Stephen E. Beller <sbeller@n...> wrote:

<snip/>
 
> But since a 150KB CSV file able to store near 17 million data elements, it
> may not be necessary for that extra resource consumption in most situations.

You're _still_ missing a basic grasp of the real issue: your 150KB CSV
test file had almost no information inside of it,  I can encode the
whole thing (more or less) as:

class stupidExample { for ( i = 0; i < 1000000; i++ )
System.out.println( "1" ); }

and if I send it to the appropriate "parser" I'll get the same CSV
file as you started from (more or less).  If we agreed on the format I
could send this as:

1000000:1

and these 9 bytes, would a prior mean, one million instances of the number 1.  

Given the appropriate parser you don't need 150KB to send around a lot
of useless data! Please, let's talk about moving real information
around and not some artifical example that is inefficiently encoded as
a 150KB CSV file (or an even larger and equally useless XML file)!

<snip/>

-- 
Peter Hunsberger

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member