Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #2614
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | markspace <-@.> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Refactoring discovery |
| Date | Wed, 30 Mar 2011 15:52:54 -0700 |
| Organization | A noiseless patient Spider |
| Lines | 13 |
| Message-ID | <in0c89$86d$1@dont-email.me> (permalink) |
| References | <kbgoo6dfrkh58r3ogel9nb6rekrs258it2@4ax.com> <imi0cq$ah4$1@dont-email.me> <imjjus$2cj$1@lust.ihug.co.nz> <e7Mkp.1468$0s5.314@newsfe17.iad> <in07ga$g5q$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Wed, 30 Mar 2011 22:52:57 +0000 (UTC) |
| Injection-Info | mx02.eternal-september.org; posting-host="GX7JEK/zO1crY1n0kxPQzA"; logging-data="8397"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19slsqj72odI7R+eaIHyb9hK0d9uJDwfQQ=" |
| User-Agent | Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 |
| In-Reply-To | <in07ga$g5q$1@dont-email.me> |
| Cancel-Lock | sha1:7pLJhg018R6Uny008nP4fHL0XiY= |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:2614 |
Show key headers only | View raw
On 3/30/2011 2:31 PM, Joshua Cranmer wrote: > if (cachedPtr && cachedPtr.y == y) > Which pretty much gets you the "benefit" of combining them into one > single operation without needing to provide all of the back-level > predicate code operations (set-if-present, set-if-not-present, etc.) Generally, this idea seems similar to techniques used in dynamic programming, which is itself a very powerful paradigm. Useful to know about, at least. http://en.wikipedia.org/wiki/Dynamic_programming
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Re: Refactoring discovery David Lamb <dalamb@cs.queensu.ca> - 2011-03-30 16:10 -0400
Re: Refactoring discovery David Lamb <dalamb@cs.queensu.ca> - 2011-03-30 16:25 -0400
Re: Refactoring discovery Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-03-30 17:31 -0400
Re: Refactoring discovery markspace <-@.> - 2011-03-30 15:52 -0700
Re: Refactoring discovery Lew <noone@lewscanon.com> - 2011-03-30 23:58 -0400
csiph-web