bytecodealliance/StarlingMonkey

Optimize computing encoded `FormData` length

开放

#211 创建于 2025年2月14日

 (1 条评论) (0 个反应) (0 位负责人)C (53 个派生)github user discovery
good first issue

仓库指标

星标
 (271 个星标)
PR 合并指标
 (平均合并 28天 18小时) (30 天内合并 4 个 PR)

描述

As discussed here: https://github.com/bytecodealliance/StarlingMonkey/pull/200#discussion_r1952578511: It’s unfortunate that we’re only performing encoding to calculate the length of the encoded stream, after which the result is discarded. One possible solution would be to store the encoded output when constructing the FormData.

贡献者指南