From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f868292008c639ce X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: C vs. Ada - strings Date: 2000/05/21 Message-ID: <8g8p5j$a31$1@nnrp1.deja.com>#1/1 X-Deja-AN: 625728901 References: <390F0D93.F835FAD9@ftw.rsc.raytheon.com> <8en5o9$ihe$1@nnrp1.deja.com> <8eonos$e70$1@wanadoo.fr> <1fIU4.4668$Rx3.250161@typhoon.nyroc.rr.com> <3924B730.AFB52C1C@acenet.com.au> X-Http-Proxy: 1.0 x53.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sun May 21 13:43:16 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-05-21T00:00:00+00:00 List-Id: In article <3924B730.AFB52C1C@acenet.com.au>, Geoff Bull wrote: > Pete wrote: > > java strings are much better. > Only some aspects are better, many are much worse! > E.g., they're horribly slow, especially if you need to change them - > since they're immutable you have to create a new one. The slowness is a matter of implementation, not the language. Have a look at SPITBOL to see the efficiency that can be achieved with string processing, even if you have very elaborate string semantics. Sent via Deja.com http://www.deja.com/ Before you buy.