Antoine Pitrou created ARROW-5204: ------------------------------------- Summary: [C++] Improve BufferBuilder performance Key: ARROW-5204 URL: https://issues.apache.org/jira/browse/ARROW-5204 Project: Apache Arrow Issue Type: Improvement Components: C++ Affects Versions: 0.13.0 Reporter: Antoine Pitrou Assignee: Antoine Pitrou
BufferBuilder makes a spurious memset() when extending the buffer size. We could also tweak the overallocation strategy in Reserve(). -- This message was sent by Atlassian JIRA (v7.6.3#76005)