You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
I don't think caching is the clean way to speed up pogrep. I'd better consider enhancing polib performance: On a test run pogrep -r string it took 22s to compute, 19s in polib.py.
18s are spent in polib.py:parse, parse itself calls process (spends 8s in it) and also uses re.search (spend 3s in it).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: