denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
96.56k stars 5.33k forks source link

Idea: work with HTTP and WebSockets in Rust, not in TS #1597

Closed dsseng closed 5 years ago

dsseng commented 5 years ago

This will improve performance

axetroy commented 5 years ago

Looks like this

But is the performance loss caused by the data flow between ts and Rust is greater than the performance improvement or not. This is a problem.

dsseng commented 5 years ago

@axetroy the only way we can check it is benchmark, or we can ask @ry

akircher commented 5 years ago

https://github.com/denoland/deno_std/issues/153

kitsonk commented 5 years ago

Duplicate of #726