diff options
author | Jakub Łabor <jacob.labor@gmail.com> | 2022-10-03 12:37:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 12:37:18 +0200 |
commit | 7a7767262a3b373cc9a3f6260a8ebd45da7edd1c (patch) | |
tree | 2a0677f3a010e52cdb892808192049a0a3b6d90a /ext/fetch/23_request.js | |
parent | eacd6a7f295a9a8ce4f4ca38cbf3e9905c4a5d02 (diff) |
chore(serde_v8): Use SeqAccess in MapObjectAccess to avoid intermediate allocation (#16137)
Existing implementation builds an intermediate vector of object keys
when deserializing using `MapObjectAccess`.
This logic is already handled by `SeqAccess` which can be used directly
by `MapObjectAccess`.
Diffstat (limited to 'ext/fetch/23_request.js')
0 files changed, 0 insertions, 0 deletions