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

[Rust][DataFusion] Use smallvec for indices for better join performance

    XMLWordPrintableJSON

Details

    Description

      Change type from

      HashMap<u64, Vec<[u64; 1]>

      to

      HashMap<u64, SmallVec<[u64; 1]>

      for better performance whenever each value is represented (mostly) once

      Attachments

        Issue Links

          Activity

            People

              Dandandan Daniël Heres
              Dandandan Daniël Heres
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h