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

v1.3.1

Compare
Choose a tag to compare
@haojinIntel haojinIntel released this 11 Apr 08:07
12b4acb
[NSE-746]Fix memory allocation in row to columnar  (#834) (#836)

* 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 <[email protected]>

* fix leakage

Signed-off-by: Yuan Zhou <[email protected]>

* fix test

Signed-off-by: Yuan Zhou <[email protected]>