1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-06 06:19:05 -05:00
denoland-deno/ext
Divy Srivastava 842e359f25 perf(ext/websocket): special op for sending binary data frames (#18506)
Easy perf win by avoiding deserializing `SendValue` through serde_v8. 

| name | avg msg/sec/core |
| --- | --- |
| deno_main | `127820.750000` |
| deno_this | `140079.000000` |
2023-03-31 11:43:20 -06:00
..
broadcast_channel 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
cache 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
console Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) 2023-03-31 11:43:20 -06:00
crypto fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471) 2023-03-31 11:43:19 -06:00
fetch refactor: make version and user_agent &'static str (#18400) 2023-03-31 11:43:18 -06:00
ffi 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
flash 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
fs chore: Improving FS Error Message for op_realpath_sync and op_realpath_async (#18404) 2023-03-31 11:43:18 -06:00
http 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
io fix: Add missing processenv winapi feature to deno_io (#18485) 2023-03-31 11:43:19 -06:00
kv chore(ext/kv): add limits (#18415) 2023-03-31 11:43:18 -06:00
napi 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
net 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
node Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491) 2023-03-31 11:43:20 -06:00
tls 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
url 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
web fix(streams): add support Float64Array to ReadableStreamByobReader (#18188) 2023-03-31 11:43:18 -06:00
webidl 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00
websocket perf(ext/websocket): special op for sending binary data frames (#18506) 2023-03-31 11:43:20 -06:00
webstorage 1.32.1 (#18396) 2023-03-23 21:00:23 +01:00