Opened 13 years ago
Closed 13 years ago
#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 (3)
comment:1 Changed 13 years ago by vinc17@…
Summary: | p5-xml-libxml 1.74 is very slow → p5-xml-libxml 1.74 is very slow when using findvalue |
---|
comment:2 Changed 13 years ago by vinc17@…
My upstream bug report: https://rt.cpan.org/Public/Bug/Display.html?id=69096
comment:3 Changed 13 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed upstream in 1.80; port updated to 1.81 in r80768.
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).