Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matthewwithanm/python-markdownify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
Loading
...
head repository: AlextheYounga/python-markdownify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    9c299ed View commit details
    Browse the repository at this point in the history
  2. feat: improve parsing performance from o(n^2) to o(n)

    The function process_tag was previously concatenating strings
    inside of a loop. Each + operation creates a new string,
    resulting in repeated copying of already accumulated data. By
    replacing this with an array we append to, and then joining this
    array at the end, we can take this from an exponential function
    to a linear function.
    AlextheYounga committed Jan 29, 2025
    Configuration menu
    Copy the full SHA
    5bae8a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d973b3 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.