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

Performance #36

Open
Domnikov opened this issue Apr 21, 2022 · 0 comments
Open

Performance #36

Domnikov opened this issue Apr 21, 2022 · 0 comments

Comments

@Domnikov
Copy link

Domnikov commented Apr 21, 2022

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

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

No branches or pull requests

1 participant