Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-7251

Perform sequential scan when iterating over entries in BytesToBytesMap

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0
    • Spark Core
    • None

    Description

      In BytesToBytesMap, iterator() iterates in order of set bits in the bitmap, but it would be faster to iterate directly through the data pages, since this will result in less random memory access.

      Attachments

        Activity

          People

            joshrosen Josh Rosen
            joshrosen Josh Rosen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: