Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #23010
| Path | csiph.com!usenet.pasdenom.info!goblin3!goblin.stu.neva.ru!newsfeed2.funet.fi!newsfeeds.funet.fi!feeder1.news.elisa.fi!uutiset.elisa.fi!7564ea0f!not-for-mail |
|---|---|
| From | Jukka Lahtinen <jtfjdehf@hotmail.com.invalid> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: email stop words |
| Organization | N/A |
| References | <kidh9f$57s$1@dont-email.me> <kidrti$hgn$1@dont-email.me> |
| X-no-archive | yes |
| Content-Transfer-Encoding | 8bit |
| Message-ID | <lvsj3p8dvy.fsf@saunalahti.fi> (permalink) |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
| Cancel-Lock | sha1:3i69l33xz4Dmw33XOsCaCYExt54= |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| Lines | 13 |
| Date | Thu, 21 Mar 2013 08:29:05 +0200 |
| NNTP-Posting-Host | 91.155.89.249 |
| X-Complaints-To | newsmaster@saunalahti.com |
| X-Trace | uutiset.elisa.fi 1363847345 91.155.89.249 (Thu, 21 Mar 2013 08:29:05 EET) |
| NNTP-Posting-Date | Thu, 21 Mar 2013 08:29:05 EET |
| Xref | csiph.com comp.lang.java.programmer:23010 |
Show key headers only | View raw
markspace <markspace@nospam.nospam> writes: > Mine run to: I ended up making a lot more objects to avoid the immutable > Integer, and ended up using so much memory the garbage collector started > trashing. > Or, Integer shares low values (<127) and doesn't create new > objects. There's so many of those low numbers that this ends up saving > memory, and objects, in the long run (my biggest test case, in other Do you use new Integer(x) where you should use Integer.parseInt(x)? -- Jukka Lahtinen
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
email stop words markspace <markspace@nospam.nospam> - 2013-03-20 16:40 -0700
Re: email stop words Arne Vajhøj <arne@vajhoej.dk> - 2013-03-20 20:13 -0400
Re: email stop words Lew <lewbloch@gmail.com> - 2013-03-20 17:21 -0700
Re: email stop words Arne Vajhøj <arne@vajhoej.dk> - 2013-03-20 20:41 -0400
Re: email stop words markspace <markspace@nospam.nospam> - 2013-03-20 17:21 -0700
Re: email stop words lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-03-21 09:31 +0000
Re: email stop words Joshua Cranmer 🐧 <Pidgeot18@verizon.invalid> - 2013-03-20 20:51 -0500
Re: email stop words markspace <markspace@nospam.nospam> - 2013-03-20 19:41 -0700
Re: email stop words Jukka Lahtinen <jtfjdehf@hotmail.com.invalid> - 2013-03-21 08:29 +0200
Re: email stop words Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-03-21 09:24 -0400
Re: email stop words markspace <markspace@nospam.nospam> - 2013-03-21 09:33 -0700
Re: email stop words Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-03-21 14:15 -0400
Re: email stop words Joerg Meier <joergmmeier@arcor.de> - 2013-03-21 14:29 +0100
Re: email stop words Joshua Cranmer 🐧 <Pidgeot18@verizon.invalid> - 2013-03-21 15:38 -0500
Re: email stop words markspace <markspace@nospam.nospam> - 2013-03-21 16:49 -0700
Re: email stop words Fredrik Jonson <fredrik@jonson.org> - 2013-03-21 06:58 +0000
csiph-web