Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-553

C++: Faster valid bitmap building

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.2.0
    • C++
    • None

    Description

      Currently we build up the bitmaps bit-by-bit which takes very long. Instead we can build them byte-by-byte in the general case and use memset for the non-null case.

      Attachments

        Activity

          People

            uwe Uwe Korn
            uwe Uwe Korn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: