bytecodealliance / bytecodealliance/StarlingMonkey
Optimize computing encoded `FormData` length
Open
good first issue
- Dominant language
- C
- Stars
- 288
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
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`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.