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

Speedup line_offset property #1392

Merged
merged 5 commits into from
Oct 26, 2023
Merged

Speedup line_offset property #1392

merged 5 commits into from
Oct 26, 2023

Commits on Oct 20, 2023

  1. Speedup line_offset property

    * Replace dynamic regex with string find operation
    * Add cache of where each line starts so we don't have quadratic behavior identifying line numbers when importing large chunks of html
    eanorige committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    4a2a7dc View commit details
    Browse the repository at this point in the history
  2. Update htmlparser.py

    Forgot to remove old implementation
    eanorige committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    70b30e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Add changelog entry

    eanorige committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e300ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f32969a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d403f2 View commit details
    Browse the repository at this point in the history