You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2015/05/08 01:58:00 UTC

[jira] [Resolved] (SPARK-7450) Use UNSAFE.getLong() to speed up BitSetMethods#anySet()

     [ https://issues.apache.org/jira/browse/SPARK-7450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Rosen resolved SPARK-7450.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Issue resolved by pull request 5897
[https://github.com/apache/spark/pull/5897]

> Use UNSAFE.getLong() to speed up BitSetMethods#anySet()
> -------------------------------------------------------
>
>                 Key: SPARK-7450
>                 URL: https://issues.apache.org/jira/browse/SPARK-7450
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>            Reporter: Ted Yu
>             Fix For: 1.4.0
>
>
> Currently BitSetMethods#anySet() traverses BitSet in bytes.
> We can use UNSAFE.getLong() for speed up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org