Skip to content

Commit 21c8852

Browse files
committed
perf(napi/parser): faster deserialization of Vecs in raw transfer (#11776)
Small perf optimization to raw transfer. Don't use 2 different counters in the loop when deserializing `Vec`s. Do what Rust's slice iterators do, and use current and end pointers.
1 parent a47a6de commit 21c8852

File tree

3 files changed

+231
-231
lines changed

3 files changed

+231
-231
lines changed

0 commit comments

Comments
 (0)