0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/core/examples/http_bench_json_ops
Divy Srivastava da781280b8
fix(core): remove async op inlining optimization (#17899)
Runtime generation of async op wrappers contributed to increased startup
time and core became unusable with
`--disallow-code-generation-from-strings` flag. The optimization only
affects very small microbenchmarks so this revert will not cause any
regressions.
2023-02-23 19:50:15 +00:00
..
http_bench_json_ops.js fix(core): remove async op inlining optimization (#17899) 2023-02-23 19:50:15 +00:00
main.rs Optimize http_bench_json_ops example (#16505) 2023-01-18 15:09:54 +00:00