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

Optimize HTML::Element::is_inside #5

Closed
wants to merge 1 commit into from
Closed

Conversation

bdraco
Copy link

@bdraco bdraco commented Jun 10, 2015

HTML::FormatText was running slow converting HTML to text. This made it much faster for me.

Before:
screen shot 2015-06-09 at 9 08 49 pm
After:
screen shot 2015-06-09 at 9 08 42 pm

@toddr
Copy link

toddr commented Mar 28, 2016

@mjegh
Copy link

mjegh commented Oct 11, 2016

Like bdraco, I tried this patch with no problems and a good speedup. Thanks

jsonn pushed a commit to jsonn/pkgsrc that referenced this pull request Apr 19, 2017
5.04     2017--04-17
   Release by Jeff Fearn

    [FIXES]
    * Remove Distzilla to fix RT #120521 #89820
    * Add POD to htmltree RT #116367
    * Speed up is_inside method RT #113415
      - From Todd Rinaldo madsen/HTML-Tree#5
    * Fix extra spaces being added to comments RT #94311
      - From Tomaz Solc
    * Don't needlessly escape characters in element content RT #93431
      - From Tomaz Solc
kentfredric pushed a commit to kentfredric/HTML-Tree that referenced this pull request Apr 26, 2017
kentfredric pushed a commit to kentfredric/HTML-Tree that referenced this pull request Apr 26, 2017
@toddr
Copy link

toddr commented Aug 19, 2017

This should be closed. It's been merged here: kentfredric@0d7bd8d

@bdraco bdraco closed this Aug 19, 2017
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.

3 participants