Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.20.3 #2

Closed
wants to merge 1 commit into from
Closed

1.20.3 #2

wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link

Bumped versions for 1.20.3

Please ensure:

  • Crate versions are bumped correctly
  • deno_std version is incremented in the code
  • Releases.md is updated correctly
    To make edits to this PR:
git fetch upstream release_1_20.3 && git checkout -b release_1_20.3 upstream/release_1_20.3

cc @dsherret

@dsherret dsherret closed this Mar 25, 2022
@dsherret dsherret deleted the release_1_20.3 branch March 25, 2022 15:05
dsherret pushed a commit that referenced this pull request Feb 22, 2023
…land#17856)

Instead of relying on "serde_v8" which is very inefficient in
serializing enums, I'm hand rolling serde for "ModuleMap" data 
that is stored in the V8 snapshot to make ES modules 
snapshottable.

```
// this branch
Benchmark #2: ./target/release/deno run empty.js

  Time (mean ± σ):      21.4 ms ±   0.9 ms    [User: 15.6 ms, System: 6.4 ms]

  Range (min … max):    20.2 ms …  24.4 ms

// main branch
Benchmark #2: ./target/release/deno run empty.js

  Time (mean ± σ):      23.1 ms ±   1.2 ms    [User: 17.0 ms, System: 6.2 ms]

  Range (min … max):    21.0 ms …  26.0 ms

```
dsherret pushed a commit that referenced this pull request Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant