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

Replace generic __clone call by specific methods #13611

Merged
merged 4 commits into from Jul 30, 2021

Commits on Jul 29, 2021

  1. Copy the full SHA
    de0fe04 View commit details
    Browse the repository at this point in the history
  2. perf: replace generic __clone by specific methods

    baseline 256 length-1 named export: 4_704 ops/sec ±1.59% (0.213ms)
    baseline 512 length-1 named export: 2_426 ops/sec ±0.52% (0.412ms)
    baseline 1024 length-1 named export: 1_118 ops/sec ±1.23% (0.895ms)
    baseline 2048 length-1 named export: 556 ops/sec ±0.77% (1.799ms)
    current 256 length-1 named export: 7_073 ops/sec ±33.67% (0.141ms)
    current 512 length-1 named export: 4_441 ops/sec ±0.79% (0.225ms)
    current 1024 length-1 named export: 2_142 ops/sec ±1.09% (0.467ms)
    current 2048 length-1 named export: 943 ops/sec ±2.12% (1.06ms)
    JLHwung committed Jul 29, 2021
    Copy the full SHA
    2d44607 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fc9a8af View commit details
    Browse the repository at this point in the history
  4. test: use t.cloneNode

    JLHwung committed Jul 29, 2021
    Copy the full SHA
    4bbf05d View commit details
    Browse the repository at this point in the history