Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[NSE-856] Optimize of string/binary split #918

Merged
merged 21 commits into from
May 23, 2022

Commits on May 13, 2022

  1. merge string opts wip

    FelixYBW committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0d81343 View commit details
    Browse the repository at this point in the history
  2. UT passed

    FelixYBW committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a85cb39 View commit details
    Browse the repository at this point in the history
  3. remove processrow define

    FelixYBW committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ba19e43 View commit details
    Browse the repository at this point in the history
  4. format code

    FelixYBW committed May 13, 2022
    Configuration menu
    Copy the full SHA
    c776c48 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. add capacity check, add avx

    FelixYBW committed May 14, 2022
    Configuration menu
    Copy the full SHA
    bbcd14e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61b1fa7 View commit details
    Browse the repository at this point in the history
  3. format code

    FelixYBW committed May 14, 2022
    Configuration menu
    Copy the full SHA
    6634412 View commit details
    Browse the repository at this point in the history
  4. format code

    FelixYBW committed May 14, 2022
    Configuration menu
    Copy the full SHA
    aa9d922 View commit details
    Browse the repository at this point in the history
  5. format code

    FelixYBW committed May 14, 2022
    Configuration menu
    Copy the full SHA
    b55d5f4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. add value offset to cached buffer

    1 thread 2.18
    24 threads 3.33
    FelixYBW committed May 15, 2022
    Configuration menu
    Copy the full SHA
    e9d226b View commit details
    Browse the repository at this point in the history
  2. add dst next pid prefetch

    FelixYBW committed May 15, 2022
    Configuration menu
    Copy the full SHA
    cd7e6c8 View commit details
    Browse the repository at this point in the history
  3. fix UT

    FelixYBW committed May 15, 2022
    Configuration menu
    Copy the full SHA
    cb5bfb7 View commit details
    Browse the repository at this point in the history
  4. format code

    FelixYBW committed May 15, 2022
    Configuration menu
    Copy the full SHA
    0167151 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e2d29d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    248a1f9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. fix bug

    add assert
    FelixYBW committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5d456d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94eed5f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. fix bug,

    the validity array may be out of bound access
    FelixYBW committed May 23, 2022
    Configuration menu
    Copy the full SHA
    17a4b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d7dd06 View commit details
    Browse the repository at this point in the history
  3. use standard AVX macro

    FelixYBW committed May 23, 2022
    Configuration menu
    Copy the full SHA
    f331427 View commit details
    Browse the repository at this point in the history
  4. revert, pass github check

    FelixYBW committed May 23, 2022
    Configuration menu
    Copy the full SHA
    a5c9cf3 View commit details
    Browse the repository at this point in the history