Github user zhangjiajin commented on the pull request:

    https://github.com/apache/spark/pull/7594#issuecomment-124829693
  
    @mengxr I compared two approaches (Array[Array[Int]] and Array[Int]), I 
found Array[Array[Int]] performance is better than Array[Int].
    The dataset I used is BMSWebView2( KDD CUP 2000). When the support is 1500, 
the running time of Array[Array[Int]] is 44s, the running time of Array[Int] is 
69s. These time values are the average of three measurements.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to