1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 06:46:59 -05:00
denoland-deno/ext
Divy Srivastava cd57451e05 perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#18587)
https://github.com/littledivy/fastwebsockets

```
# This PR
./load_test 100 0.0.0.0 8080 0 0
Running benchmark now...
Msg/sec: 176355.000000

# main
./load_test 100 0.0.0.0 8080 0 0
Running benchmark now...
Msg/sec: 157198.750000
```
2023-04-12 15:49:40 +02:00
..
broadcast_channel 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
cache 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
console chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
crypto chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
fetch refactor: remove remaining references to "flash" server (#18580) 2023-04-12 15:49:39 +02:00
ffi chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
fs chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
http perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#18587) 2023-04-12 15:49:40 +02:00
io feat(core): sync io ops in core (#18603) 2023-04-12 15:49:40 +02:00
kv 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
napi 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
net 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
node fix(ext/node): add symmetric keygen (#18609) 2023-04-12 15:49:40 +02:00
tls 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
url 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00
web Revert "fix(cli): don't store blob and data urls in the module cache (#18261)" (#18572) 2023-04-12 15:44:00 +02:00
webidl chore: Turn back on dlintPreferPrimordials (#17715) 2023-04-12 15:42:30 +02:00
websocket perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets (#18587) 2023-04-12 15:49:40 +02:00
webstorage 1.32.3 (#18558) 2023-04-01 18:51:46 -04:00