From dev-return-117199-apmail-commons-dev-archive=commons.apache.org@commons.apache.org Tue Dec 01 04:25:15 2009 Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 28646 invoked from network); 1 Dec 2009 04:25:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 04:25:15 -0000 Received: (qmail 44875 invoked by uid 500); 1 Dec 2009 04:25:14 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 44521 invoked by uid 500); 1 Dec 2009 04:25:11 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 44510 invoked by uid 99); 1 Dec 2009 04:25:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 04:25:10 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flamefew@gmail.com designates 74.125.92.150 as permitted sender) Received: from [74.125.92.150] (HELO qw-out-1920.google.com) (74.125.92.150) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 04:25:08 +0000 Received: by qw-out-1920.google.com with SMTP id 14so739297qwa.60 for ; Mon, 30 Nov 2009 20:24:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=lcGjyQDtJKLMFmx44qIDJv9rQGsE7BOb5VJLMPlgKc0=; b=NEjppqc6bJ5fVbocQuNEOch3m89RB0VoUvtAKU7qmLWM/WLdI97OC/D9dclAB2Vgry OJQYwvgviP2FAKpmnhAgVpqbpq8TLPHNHu+R+CvjBrO+L60ILb441hdOR50EajaAGYO6 CXLt5iAeBn++FQrziiXzcPtdE/Eabfvd6LEIE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=n1X4vFiSL+DT3Am8upAGu5wC9WlaSI3I/2Tzvla5056ycCoTa+eI4L05f4dM/5NTdU qdCTHu/vUaPmVWO4k6jHig8SZOUP6qcdkwYM/wPjpu8SwwTeJlVfS762XM15LmETIEgx YtLVtPfM1UkBnrCACPVU9b4/LNCA9Ku9E0uMI= MIME-Version: 1.0 Received: by 10.229.40.209 with SMTP id l17mr705104qce.98.1259641487294; Mon, 30 Nov 2009 20:24:47 -0800 (PST) In-Reply-To: <61b5d9410911301701u79492df1o21b6b5b7340509c3@mail.gmail.com> References: <61b5d9410911301053v36cae399o47c3c08221d8d270@mail.gmail.com> <4B14487D.1060000@btopenworld.com> <61b5d9410911301701u79492df1o21b6b5b7340509c3@mail.gmail.com> Date: Mon, 30 Nov 2009 20:24:47 -0800 Message-ID: <31cc37360911302024w3e539debx8023102874ebc882@mail.gmail.com> Subject: Re: primitives From: Henri Yandell To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Or you could start up a sandbox project. We've had good success with ASF committers creating a sandbox branch of a released component, and after diving in for a while it's then merged in to trunk where they then become one of the most active coders of that component. So +1 to a sandbox branch to primitives if you have ideas you'd like to play with. ASF committers get karma to the sandbox on request, so just need you to want to do that and we can add karma. Hen On Mon, Nov 30, 2009 at 5:01 PM, Benson Margulies w= rote: > Stephen, > > It's interesting to me that the world in general knows about Trove, > but not so much this. > > The fact that the front page is labelled with a snapshot version might > have something to do with it, but I am kind of mystified. One thing > that I'd like to add that Trove has is a full generic object hash map > that is an open hash to avoid the space bloat of the stock Java > HashMap. > > I am willing to make time to work on this. Since I'm not a committer > at commons, I'm thinking that my proposed lab is a reasonable place to > put in some effort and then bring it back into commons. Or maybe I > should just start teeing up patches at commons? I find that > reorganizing changes that might be called for to do generics and such > are really clumsy =A0in patches, so svn cp-ing to a lab might still make > sense. > > I'm copy the labs list to test if I'm making a particle of sense. > > --benson > > > On Mon, Nov 30, 2009 at 5:34 PM, Stephen Colebourne > wrote: >> Benson Margulies wrote: >>> >>> I proposed a lab over at labs in which to start construction of >>> something much like what commons-primitives describes itself as >>> setting out to do. The web page for primitives suggests a rather >>> dormant state. Is there anybody in there actively working on >>> primitives? >> >> I think [primitives] is stable and complete, thus appears rather quiet. >> >> I'd also point out Joda-Primitives - http://joda-primitives.sourceforge.= net/ >> >> Its a fork of the concept of [primitives] but with an API design I felt = more >> comfortable with. However, I don't have time to work on it (generify, >> release). I'll grant access to anyone that wants to help on it. >> >> Stephen >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org