diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-12-23 17:16:13 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-12-23 17:16:13 +0100 |
commit | b3db9d81325769fb9d9c6518f9d917f90328bef1 (patch) | |
tree | c0c379317574c5840554605f5a970a852212a419 /prepare-release | |
parent | f63123c385738b059cd854b694a0f62558fb8cbe (diff) |
use a dynamic buffer for ReadLine
We don't need the buffer that often - only for ReadLine - as it is only
occasionally used, so it is actually more efficient to allocate it if
needed instead of statically by default. It also allows the caller to
influence the buffer size instead of hardcoding it.
Git-Dch: Ignore
Diffstat (limited to 'prepare-release')
0 files changed, 0 insertions, 0 deletions