RSSAmplifier

Rail · Apr 19, 2026

v3.1.0 — Streaming HTTPS bodies

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Response bodies scale linearly. The v3.0.0 `hc_recv_response` accumulated the HTTP response by re-joining a growing string on every record and re-joining a growing string on every byte within each record — two layers of `join "" [acc, chunk]` making total work O(body_len²). Practical bodies capped at ~64 KB before walltime exploded.

Read on ledatic.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.