Return-Path: Delivered-To: apmail-lucene-mahout-dev-archive@minotaur.apache.org Received: (qmail 60863 invoked from network); 20 Dec 2009 11:50:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Dec 2009 11:50:45 -0000 Received: (qmail 81918 invoked by uid 500); 20 Dec 2009 11:50:45 -0000 Delivered-To: apmail-lucene-mahout-dev-archive@lucene.apache.org Received: (qmail 81826 invoked by uid 500); 20 Dec 2009 11:50:45 -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 81816 invoked by uid 99); 20 Dec 2009 11:50:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 11:50:45 +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; Sun, 20 Dec 2009 11:50:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2025F234C045 for ; Sun, 20 Dec 2009 03:50:18 -0800 (PST) Message-ID: <455254451.1261309818118.JavaMail.jira@brutus> Date: Sun, 20 Dec 2009 11:50:18 +0000 (UTC) From: "Benson Margulies (JIRA)" To: mahout-dev@lucene.apache.org Subject: [jira] Issue Comment Edited: (MAHOUT-226) Velocity-based code generation support to support more primitive type collections In-Reply-To: <147218322.1261189098116.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-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792987#action_12792987 ] Benson Margulies edited comment on MAHOUT-226 at 12/20/09 11:49 AM: -------------------------------------------------------------------- Ted, Here's an interesting thing. I do use your your technique 'internally', but, at least this time around, the scaffolding was removed before I got to the point posting a patch. I have considered moving all the 'to be replaced' code to a separate directory which can be incorporated with the build-helper-plugin (or not) to allow comparing things. --benson was (Author: bmargulies): Ted, Here's an interesting thing. I do your your technique 'internally', but, at least this time around, the scaffolding was removed before I got to the point posting a patch. --benson > Velocity-based code generation support to support more primitive type collections > --------------------------------------------------------------------------------- > > Key: MAHOUT-226 > URL: https://issues.apache.org/jira/browse/MAHOUT-226 > Project: Mahout > Issue Type: Task > Components: Matrix > Reporter: Benson Margulies > Attachments: codegen.patch, compileroptions.patch > > > We want the complete set of hash maps on the primitive types. The code can be generated. So here's a code generator to do it, and, to show it off, the TypeTypeFunction.java family set up to be generated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.