We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dear Andrey, Is it possible to accelerate abi-dumper? Profiling of one test library:
20 sec and 11041973 calls of line 1438: if(defined $ID and $Line=~/\A\s*(\w+)\s+(.+?)\s*\Z/)
if(defined $ID and $Line=~/\A\s*(\w+)\s+(.+?)\s*\Z/)
13 sec and 8939481 calls of line 1436: while(my $Line = <$FH>)
while(my $Line = <$FH>)
7sec and 4881590 calls of line 1495: if($Val=~/\A\s*\(([^()]*)\)\s*\[\s*(\w+)\]\s*\Z/)
if($Val=~/\A\s*\(([^()]*)\)\s*\[\s*(\w+)\]\s*\Z/)
It would be great to boost it up. But feel free to close the issue if this is impossible. With appreciation of your hard work and best regards, Ivan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Andrey,
Is it possible to accelerate abi-dumper?
Profiling of one test library:
20 sec and 11041973 calls of line 1438:
if(defined $ID and $Line=~/\A\s*(\w+)\s+(.+?)\s*\Z/)
13 sec and 8939481 calls of line 1436:
while(my $Line = <$FH>)
7sec and 4881590 calls of line 1495:
if($Val=~/\A\s*\(([^()]*)\)\s*\[\s*(\w+)\]\s*\Z/)
It would be great to boost it up. But feel free to close the issue if this is impossible.
With appreciation of your hard work and best regards,
Ivan
The text was updated successfully, but these errors were encountered: