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


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

Re: new String ( char[] )

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.machine
Subject Re: new String ( char[] )
Date 2014-04-27 12:34 -0700
Organization Canadian Mind Products
Message-ID <3qmql9dcm14c4nqirng7tjosked45d4cmd@4ax.com> (permalink)
References <s55gl9lqu164g1gufg2mji0q8b2lcj7ac2@4ax.com> <slrnllqdal.bi9.avl@login.logic.tuwien.ac.at>

Show all headers | 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