mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
aa9b94a80e
This commit adds a new core API `opAsync2` to call an async op with atmost 2 arguments. Spread argument iterators has a pretty big perf hit when calling ops. | name | avg msg/sec/core | | --- | --- | | 1.32.1 | `127820.750000` | | #18506 | `140079.000000` | | #18506 + #18509 | `150104.250000` | | #18506 + #18509 + this | `157340.000000` | |
||
---|---|---|
.. | ||
http_bench_json_ops | ||
disable_ops.rs | ||
eval_js_value.rs | ||
fs_module_loader.rs | ||
hello_world.rs | ||
panik.rs | ||
schedule_task.rs | ||
ts_module_loader.rs | ||
wasm.js | ||
wasm.rs | ||
wasm.ts |