Return-Path: Delivered-To: apmail-db-ojb-dev-archive@www.apache.org Received: (qmail 95058 invoked from network); 4 Jul 2004 08:07:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Jul 2004 08:07:15 -0000 Received: (qmail 47078 invoked by uid 500); 4 Jul 2004 08:07:20 -0000 Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 46958 invoked by uid 500); 4 Jul 2004 08:07:18 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 5762 invoked by uid 99); 2 Jul 2004 18:53:19 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: ojb-dev@db.apache.org To: ojb-dev@db.apache.org Subject: =?iso-8859-1?q?=5BDB_OJB_Wiki=5D_Updated=3A__OJBNextSteps?= Date: Fri, 02 Jul 2004 18:53:06 -0000 Message-ID: <20040702185306.30875.81988@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-07-02T11:53:06 Editor: RobertSfeir Wiki: DB OJB Wiki Page: OJBNextSteps URL: http://wiki.apache.org/db-ojb/OJBNextSteps no comment Change Log: ---------------------------------------------------------------------------= --- @@ -8,7 +8,8 @@ = * look at tail recursions and remove where possible ''[tomdz] Could you explaing what a tail recursion is and why it's impo= rtant to remove them in 1.0.1 ?'' - "[rsfeir] This is a great link with example: http://www.refactoring.com= /catalog/replaceRecursionWithIteration.html, to put it simply it's when the= method keeps calling itself to iterate, instead of using while() or fo() t= o process the information. The reason why you want it out is for greatly i= ncreased performance and better code readability. If you look at the curre= nt locations it's not always obvious what's going on. I know of about 40 s= ome location the method calls itself, and imho that's not a good thing." + + "[rsfeir] This is a great link with example: http://www.refactoring.com= /catalog/replaceRecursionWithIteration.html, to put it simply it's when the= method keeps calling itself to iterate, instead of using while() or for() = to process the information. The reason why you want it out is for greatly = increased performance and better code readability. If you look at the curr= ent locations it's not always obvious what's going on. I know of about 40 = some location the method calls itself, and imho that's not a good thing." = * profile OJB 1.0 and determine areas of performance improvement =20 --------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org