Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.machine > #48

Re: new String ( char[] )

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!aioe.org!.POSTED!not-for-mail
From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.machine
Subject Re: new String ( char[] )
Date Sun, 27 Apr 2014 12:34:53 -0700
Organization Canadian Mind Products
Lines 17
Message-ID <3qmql9dcm14c4nqirng7tjosked45d4cmd@4ax.com> (permalink)
References <s55gl9lqu164g1gufg2mji0q8b2lcj7ac2@4ax.com> <slrnllqdal.bi9.avl@login.logic.tuwien.ac.at>
Reply-To Roedy Green <see_website@mindprod.com.invalid>
NNTP-Posting-Host K2Qzzs3EAqXk5RLzfhxcSw.user.speranza.aioe.org
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Complaints-To abuse@aioe.org
User-Agent ForteAgent/7.20.32.1218
X-Notice Filtered by postfilter v. 0.8.2
Xref csiph.com comp.lang.java.machine:48

Show key headers only | View raw


On Sun, 27 Apr 2014 16:50:29 +0000 (UTC), Andreas Leitgeb
<avl@auth.logic.tuwien.ac.at> wrote, quoted or indirectly quoted
someone who said :

>  "pre-mature optimization"

Optimizing applications programs is a bad thing. It makes the code
hard to maintain. But optimising the hot spot or the JVM benefits
everyone without any penalty to application programmers.  The JVM guys
fret over much more minor optimisations than this. This logically
pointless copy is a huge time waster for any kind of string
composition.

-- 
Roedy Green Canadian Mind Products http://mindprod.com
Computers are like Old Testament gods; lots of rules and no mercy. 
~ Joseph Campbell (born: 1904-03-26 died: 1987-10-31 at age: 83)

Back to comp.lang.java.machine | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

new String ( char[] ) Roedy Green <see_website@mindprod.com.invalid> - 2014-04-23 12:42 -0700
  Re: new String ( char[] ) Andreas Leitgeb <avl@auth.logic.tuwien.ac.at> - 2014-04-27 16:50 +0000
    Re: new String ( char[] ) Roedy Green <see_website@mindprod.com.invalid> - 2014-04-27 12:34 -0700
      Re: new String ( char[] ) Andreas Leitgeb <avl@auth.logic.tuwien.ac.at> - 2014-05-05 08:41 +0000

csiph-web