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

improve rrdom performance #1127

Merged
merged 18 commits into from
Feb 14, 2023
Merged

improve rrdom performance #1127

merged 18 commits into from
Feb 14, 2023

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    213848c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. fix: selector match in iframe is case-insensitive

    add try catch to some fragile points
    YunFeng0817 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    477e472 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011abf1 View commit details
    Browse the repository at this point in the history
  3. improve code style

    YunFeng0817 committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5f319f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    d945110 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fix: failed to execute insertBefore on Node in the diff function

    this happens when ids of doctype or html element are changed in the virtual dom
    
    also improve the code quality
    YunFeng0817 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    72bd7e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    1dd69d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb6db8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee57d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eaf2d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. improve the performance of the "contains" function

    reduce the complexity from O(n) to O(logn)
    a specific benchmark is needed to add further
    YunFeng0817 committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    af39499 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    d49acb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    daddf00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd55d91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ad86f1 View commit details
    Browse the repository at this point in the history
  4. update unit tests

    YunFeng0817 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    64a5460 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc9eec0 View commit details
    Browse the repository at this point in the history
  6. update change log

    YunFeng0817 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    3f6eb9e View commit details
    Browse the repository at this point in the history