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.

貢獻者指南