Merge lp:~stolowski/unity-scope-manpages/compile-regex-once into lp:unity-scope-manpages
Proposed by
Paweł Stołowski
| Status: | Merged |
|---|---|
| Approved by: | David Callé |
| Approved revision: | 31 |
| Merged at revision: | 31 |
| Proposed branch: | lp:~stolowski/unity-scope-manpages/compile-regex-once |
| Merge into: | lp:unity-scope-manpages |
| Diff against target: |
20 lines (+1/-2) 1 file modified
src/unity_manpages_daemon.py (+1/-2) |
| To merge this branch: | bzr merge lp:~stolowski/unity-scope-manpages/compile-regex-once |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot (community) | continuous-integration | Approve | |
| David Callé (community) | Approve | ||
|
Review via email:
|
|||
Commit message
Compile regex for apropos output parsing only once
Description of the change
Regex compilation is expensive, so compile regex for apropos results parsing only once.
To post a comment you must log in.
+1