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

[NSE-746]Fix memory allocation in row to columnar #834

Merged
merged 3 commits into from
Apr 9, 2022

Commits on Apr 8, 2022

  1. Optimize row to column memory allocation

    This patch improves the memory allocation in r2c by doing
    estimation based on first row. Also check the capacity during
    the conversation and increase the buffer size if not enough
    
    Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
    zhouyuan committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a3c4fb0 View commit details
    Browse the repository at this point in the history
  2. fix leakage

    Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
    zhouyuan committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    a8e5ea9 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
    zhouyuan committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    117411f View commit details
    Browse the repository at this point in the history