diff options
author | 2022-08-12 01:17:02 -0700 | |
---|---|---|
committer | 2022-08-12 01:18:31 -0700 | |
commit | 5c1ca0cc479526967397247a874ea7792787f249 (patch) | |
tree | e907b58d9bd79b53b61f9f683fe7906ecdd209a7 /src/bun.js/bindings/headers-cpp.h | |
parent | 2ac8c83be0fce4f56af3621d637d34f3fc1c39f5 (diff) | |
download | bun-5c1ca0cc479526967397247a874ea7792787f249.tar.gz bun-5c1ca0cc479526967397247a874ea7792787f249.tar.zst bun-5c1ca0cc479526967397247a874ea7792787f249.zip |
[bun.js] up to 60% faster TextEncoder.encodeInto and ~3% faster TextEncoder.encode
Diffstat (limited to 'src/bun.js/bindings/headers-cpp.h')
-rw-r--r-- | src/bun.js/bindings/headers-cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index 4cb7a80e0..0f1772882 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1660175100 +//-- AUTOGENERATED FILE -- 1660283220 // clang-format off #pragma once |