bytecodealliance/StarlingMonkey

Optimize computing encoded `FormData` length

オープン

#211 opened on 2025/02/14

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C (53 件のフォーク)github user discovery
good first issue

Repository metrics

Stars
 (271 個のスター)
PR merge metrics
 (平均マージ 28d 18h) (30d で 4 merged PRs)

説明

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.

コントリビューターガイド