1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-05 09:04:41 -05:00
denoland-deno/cli/compilers
Bartek Iwańczuk f356b2bd5e refactor: fixes for futures (#3363)
After landing #3358 the benchmarks exploded indicating problems with workers and deno_core_http_bench.

This PR dramatically fixes thread/syscall count that showed up on benchmarks. Thread count is not back to previous levels but difference went from hundreds/thousands to about ~50.
2019-11-17 08:14:50 -05:00
..
js.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
json.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
mod.rs Use futures 0.3 API (#3358) 2019-11-16 19:17:47 -05:00
ts.rs refactor: fixes for futures (#3363) 2019-11-17 08:14:50 -05:00
wasm.rs refactor: fixes for futures (#3363) 2019-11-17 08:14:50 -05:00
wasm_wrap.js Loader: support .wasm imports (#3328) 2019-11-14 08:31:39 -05:00