Optimize memory usage #115

Closed
opened 2026-07-13 16:58:30 +00:00 by fuzzy · 1 comment
Owner
## Sub-tasks - [ ] [Stream chunks directly to disk without buffering in memory](https://git.lan.thwap.org/thwap/pget/issues/113) - [ ] [Use minimal buffer sizes for HTTP and FTP reads](https://git.lan.thwap.org/thwap/pget/issues/114)
fuzzy self-assigned this 2026-07-13 16:58:30 +00:00
Owner

Closing — implemented in PR #162. Data already streams to disk (no in-memory buffering). Reduced io.Copy buffer from 32KB to 4KB via io.CopyBuffer.

Closing — implemented in PR #[162](https://git.lan.thwap.org/thwap/pget/pulls/162). Data already streams to disk (no in-memory buffering). Reduced io.Copy buffer from 32KB to 4KB via io.CopyBuffer.
Sign in to join this conversation.
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/pget#115
No description provided.