Commit 401d8c1
authored
Improve buffer management (#6)
* Use circular buffers for input/output buffering
* Add a soft limit for the internal input/output buffers
* Start from initial capacity when growing a buffer after shrinking it
* Only apply the soft capacity limit when the buffers are empty
* Temporarily hardcode the soft-limit for backwards-compatibility
* Bump version to 0.10.11 parent be4d475 commit 401d8c1
File tree
6 files changed
+429
-248
lines changed- src
6 files changed
+429
-248
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
This file was deleted.
0 commit comments