forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 17
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
refactor and improve padatious matching #326
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
JarbasAl
commented
Jun 2, 2023
•
edited
Loading
edited
- simplify padatious logic
- use lru_cache decorator to avoid repeat calculations (as long as kwargs are the same)
- use concurrent.futures
NeonDaniel
reviewed
Jun 2, 2023
JarbasAl
force-pushed
the
refactor/matching_performance
branch
from
June 19, 2023 16:04
0c78b92
to
9636a92
Compare
JarbasAl
force-pushed
the
refactor/matching_performance
branch
from
July 7, 2023 19:07
7d8f70f
to
bcc3061
Compare
JarbasAl
added
bug
Something isn't working
tests and automation
added unittests or github workflows
labels
Jul 7, 2023
Codecov Report
@@ Coverage Diff @@
## dev #326 +/- ##
===========================================
- Coverage 50.35% 14.80% -35.56%
===========================================
Files 119 11 -108
Lines 10077 1527 -8550
===========================================
- Hits 5074 226 -4848
+ Misses 5003 1301 -3702 |
JarbasAl
commented
Jul 7, 2023
JarbasAl
commented
Jul 7, 2023
merge _convert_intent into _match_level revert rename simplify dont rename import for compat
JarbasAl
force-pushed
the
refactor/matching_performance
branch
from
July 12, 2023 10:01
d2607da
to
c060962
Compare
JarbasAl
removed
bug
Something isn't working
tests and automation
added unittests or github workflows
labels
Jul 12, 2023
Merged
goldyfruit
reviewed
Jul 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.