index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
examples
/
http_bench_json_ops.js
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-28
Reland "perf(core): generate inlined wrappers for async ops" (#16455)
Divy Srivastava
2022-10-27
Revert "perf(core): generate inlined wrappers for async ops (#16428)" (#16443)
Divy Srivastava
2022-10-27
perf(core): generate inlined wrappers for async ops (#16428)
Divy Srivastava
2022-10-15
bench: avoid port collision (#16285)
Bartek IwaĆczuk
2022-10-10
feat(core): add Deno.core.writeAll(rid, chunk) (#16228)
Luca Casonato
2022-08-11
perf(ops): Monomorphic sync op calls (#15337)
Aapo Alasuutari
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-08
fix(core): error handling in examples (#9867)
Inteon
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-02-13
refactor(core): Strongly typed deserialization of JSON ops (#9423)
Jared Beller
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-22
core: fix http_bench_json_ops, register Error (#8860)
Ben Noordhuis
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-08-21
Split core http benchmark into 'bin_ops' and 'json_ops' variants (#7147)
Bert Belder