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
/
benches
Age
Commit message (
Expand
)
Author
2021-05-19
tooling: re-enable bench_util (#10674)
Aaron O'Mullan
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-04-28
refactor(core): simplify module loading code (#10385)
Bartek Iwańczuk
2021-04-25
refactor(core): move op cache sync responsibility to rust space (#10340)
Aaron O'Mullan
2021-04-23
refactor(core): rename send() to opcall() (#10307)
Aaron O'Mullan
2021-04-21
refactor(core): simplify error handling (#10297)
Aaron O'Mullan
2021-04-21
chore: release crates (#10269)
Bartek Iwańczuk
2021-04-20
chore: update copyright headers (#10243)
Yoshiya Hinosawa
2021-04-18
tooling(bench_util): benching and profiling utilities (#10223)
Aaron O'Mullan
2021-04-12
perf(core/ops): avoid allocs when returning primitives (#10149)
Aaron O'Mullan
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-02
core/op_baseline: drop BufVec and minor cleanup (#9969)
Aaron O'Mullan
2021-04-02
perf: bench async op baseline (#9954)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-30
perf: add op_baseline bench (#9924)
Aaron O'Mullan