diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2021-10-01 12:17:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 12:17:16 +0200 |
commit | f68825eda03d43e2e75a8db7068ca19a88dfb6a7 (patch) | |
tree | 12b53020ca4a0b2c498a24d91913c84119ff47ad /ext/crypto/lib.rs | |
parent | 5065c7bcd9973056b9b0d9df71d139da83596acc (diff) |
perf(fetch): optimize fillHeaders() key iteration (#12287)
Reduces self-time by ~70x (~70ms => ~1ms on 1M iters)
for...in filtered by hasOwnProperty yields the same set of keys as Object.keys()
Diffstat (limited to 'ext/crypto/lib.rs')
0 files changed, 0 insertions, 0 deletions