Return-Path: Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 49439 invoked by uid 99); 16 Dec 2004 23:57:04 -0000 Received-SPF: pass (hermes.apache.org: domain of clinton.begin@gmail.com designates 64.233.184.203 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 16 Dec 2004 15:55:49 -0800 Received: by wproxy.gmail.com with SMTP id 68so312441wri for ; Thu, 16 Dec 2004 15:55:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=pymAcq9DXAdCYq5zbjhE4PKuGbzGQkvEyywN4jsOGs3DUNUErGHY0r1vwRvm5kQFgrxTsGY1OEJ9XVicCJXFR1jIamQ7Gvi+z5rHlTdZaUpu8mQE1ITGymRHkuRyzyKpqgAWcfFxB4sMiWrMItktr5pWPvxenxhOEbSu4X8kIH4= Received: by 10.54.10.76 with SMTP id 76mr1434289wrj; Thu, 16 Dec 2004 12:58:47 -0800 (PST) Received: by 10.54.33.19 with HTTP; Thu, 16 Dec 2004 12:58:47 -0800 (PST) Message-ID: <16178eb10412161258729fc8ba@mail.gmail.com> Date: Thu, 16 Dec 2004 13:58:47 -0700 From: Clinton Begin Reply-To: cbegin@ibatis.com To: Vic Cekvenich Subject: Re: was Re: Information about changelog - collections vs beans Cc: ibatis-user-java@incubator.apache.org In-Reply-To: <41C1ED81.6010306@friendvu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1103085684.41bfc074c59fc@webmail.mcgill.ca> <16178eb104121506473dafc58d@mail.gmail.com> <41C18707.2020108@friendvu.com> <41C1BBCD.4010406@yahoo.co.uk> <16178eb104121609005e21a62e@mail.gmail.com> <41C1EC50.7060305@friendvu.com> <41C1ED81.6010306@friendvu.com> X-Virus-Checked: Checked If I recall correctly, commons-collections fast Map implementations are only better for reading, and could possibly be even slower for writing. This also complicates design because you have to find a convenient place to set the Map to "fast mode". Cheers, Clinton On Thu, 16 Dec 2004 14:18:09 -0600, Vic Cekvenich wrote: > Also... I use Apche commons-collections. > > .V >