Ticket #29938 (closed defect: fixed)
p5-xml-libxml 1.74 is very slow when using findvalue
| Reported by: | vinc17@… | Owned by: | l2g@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: | p5-xml-libxml |
Description
p5-xml-libxml 1.74 is very slow compared to 1.70. In one of my applications, 1.70 takes 2.82s user time, while 1.74 takes 131.80s user time. That's 47 times as slow as version 1.70!
Change History
comment:1 Changed 2 years ago by vinc17@…
- Summary changed from p5-xml-libxml 1.74 is very slow to p5-xml-libxml 1.74 is very slow when using findvalue
comment:2 Changed 2 years ago by vinc17@…
My upstream bug report: https://rt.cpan.org/Public/Bug/Display.html?id=69096
Note: See
TracTickets for help on using
tickets.


After a look at my application, that's the findvalue function that became very slow. I'll try to produce a testcase and report the bug upstream (but since I haven't seen a bug report there on this important regression, it may also be specific to MacPorts).