mirror of
https://github.com/denoland/deno.git
synced 2024-12-01 16:51:13 -05:00
7b0375fae7
The current implementation of op_encoding_encode_into UTF-8 encodes each individual code point in the input string into the output buffer. But after the ops binding, the input is a Rust String, so the UTF-8 bytes can simply be copied to the output. This should improve this API's performance. |
||
---|---|---|
.. | ||
broadcast_channel | ||
console | ||
crypto | ||
fetch | ||
net | ||
timers | ||
url | ||
web | ||
webgpu | ||
webidl | ||
websocket | ||
webstorage |