[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-06 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13145276#comment-13145276 ] Dawid Weiss commented on MAHOUT-862: Checked the source code of openjdk out of curiosi

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Ted Dunning (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142372#comment-13142372 ] Ted Dunning commented on MAHOUT-862: {quote} That's probably because it's an intrinsic

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Grant Ingersoll (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142324#comment-13142324 ] Grant Ingersoll commented on MAHOUT-862: I committed the test. >

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142301#comment-13142301 ] Dawid Weiss commented on MAHOUT-862: bq. getLong works really well on ByteBuffers Tha

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142281#comment-13142281 ] Dawid Weiss commented on MAHOUT-862: Yes, sure, 64-bit is fine, but still: I was wonde

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Ted Dunning (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142278#comment-13142278 ] Ted Dunning commented on MAHOUT-862: {quote} The test case I used is here: https://git

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Ted Dunning (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142275#comment-13142275 ] Ted Dunning commented on MAHOUT-862: {quote} Are speed gains on bytebuffers a result o

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Yonik Seeley (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142261#comment-13142261 ] Yonik Seeley commented on MAHOUT-862: - The test case I used is here: https://github.co

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Dawid Weiss (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142258#comment-13142258 ] Dawid Weiss commented on MAHOUT-862: Are speed gains on bytebuffers a result of unsafe

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Ted Dunning (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142254#comment-13142254 ] Ted Dunning commented on MAHOUT-862: Just looked at the MH3 code. It definitely needs

Re: [jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Ted Dunning
Great. Btw, I changed the code quite a bit in my previous ports to use ByteBuffers. That made it much more portable and considerably faster than the naive port I started with. I would suggest similar efforts be made for this code. On Wed, Nov 2, 2011 at 8:01 AM, Grant Ingersoll (Commented) (JIR

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Grant Ingersoll (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142200#comment-13142200 ] Grant Ingersoll commented on MAHOUT-862: Committed revision 1196616. I'll leave o

[jira] [Commented] (MAHOUT-862) MurmurHash 3.0

2011-11-02 Thread Grant Ingersoll (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142199#comment-13142199 ] Grant Ingersoll commented on MAHOUT-862: I accidentally committed this when making