summaryrefslogtreecommitdiff
path: root/ext/web/benches
AgeCommit message (Collapse)Author
2022-08-28perf: use fast api for op_now (#15643)Divy Srivastava
2022-05-17chore: fix failing bench (#14644)Bartek IwaƄczuk
2022-05-17perf(ext/web): Add fast path for non-streaming TextDecoder (#14217)randomicon00
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2022-05-15Revert "core: don't include_str extension js code (#10786)" (#14614)Aaron O'Mullan
This reverts commit 10e50a120744de71d6915af4ae93f8231607573d Alternative to #13217, IMO the tradeoffs made by #10786 aren't worth it. It breaks abstractions (crates being self-contained, deno_core without snapshotting etc...) and causes pain points / gotchas for both embedders & devs for a relatively minimal gain in incremental build time ... Closes #11030
2022-02-15chore(ext/timers): move ext/timers to ext/web (#13665)Andreu Botella