Return-Path: Delivered-To: apmail-lucene-mahout-dev-archive@minotaur.apache.org Received: (qmail 54313 invoked from network); 14 Dec 2009 19:41:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 19:41:41 -0000 Received: (qmail 11686 invoked by uid 500); 14 Dec 2009 19:41:40 -0000 Delivered-To: apmail-lucene-mahout-dev-archive@lucene.apache.org Received: (qmail 11623 invoked by uid 500); 14 Dec 2009 19:41:40 -0000 Mailing-List: contact mahout-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-dev@lucene.apache.org Delivered-To: mailing list mahout-dev@lucene.apache.org Received: (qmail 11613 invoked by uid 99); 14 Dec 2009 19:41:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 19:41:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 19:41:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 71162234C498 for ; Mon, 14 Dec 2009 11:41:18 -0800 (PST) Message-ID: <462156400.1260819678448.JavaMail.jira@brutus> Date: Mon, 14 Dec 2009 19:41:18 +0000 (UTC) From: "Drew Farris (JIRA)" To: mahout-dev@lucene.apache.org Subject: [jira] Commented: (MAHOUT-222) Colt collections work in progress In-Reply-To: <1899895776.1260759018308.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAHOUT-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12790309#action_12790309 ] Drew Farris commented on MAHOUT-222: ------------------------------------ This looks ok to me as far as code content is concerned. FWIW, I did notice however that OpenIntIntHashMap and its test and GenericSortingTest use tabs instead of two spaces per level. The project style convention dictates using two spaces, see http://cwiki.apache.org/MAHOUT/howtocontribute.html. Once that's fixed it would be great if someone could commit this. > Colt collections work in progress > --------------------------------- > > Key: MAHOUT-222 > URL: https://issues.apache.org/jira/browse/MAHOUT-222 > Project: Mahout > Issue Type: Improvement > Components: Matrix > Affects Versions: 0.4 > Reporter: Benson Margulies > Attachments: mahout-222-ready.patch > > > I am attaching a patch that shows my current work state on polishing the colt collections code. My primary target is the int-int hash map, but I've also started work on extending it to an int-char hash map. No one should even think about committing this yet, I'm posting so that people can see what I'm up to. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.