diff options
author | Nugine <nugine@foxmail.com> | 2023-01-18 22:35:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 20:05:24 +0530 |
commit | 9686a0041911f5a6724c5933de57214bd940baac (patch) | |
tree | 754aecb78e157719215423920c00b4985a5c0ff1 /core/examples/http_bench_json_ops.rs | |
parent | f1b275ed6bd6dd1fc1eda8efa3816998ac0a5471 (diff) |
chore: upgrade base64-simd to 0.8.0 (#17463)
This PR upgrades the `base64-simd` dependency of `deno_web`.
base64-simd v0.8 supports `forgiving_decode` in ["copy"
mode](https://docs.rs/base64-simd/0.8.0/base64_simd/fn.forgiving_decode.html),
["inplace"
mode](https://docs.rs/base64-simd/0.8.0/base64_simd/fn.forgiving_decode_inplace.html)
or ["alloc"
mode](https://docs.rs/base64-simd/0.8.0/base64_simd/fn.forgiving_decode_to_vec.html).
When #17159 resolves, they can be used to reduce unnecessary allocations
and copies.
base64-simd v0.8 also supports AArch64 SIMD out of box.
Diffstat (limited to 'core/examples/http_bench_json_ops.rs')
0 files changed, 0 insertions, 0 deletions