-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change list of match ids to set for json_handler.py (#395)
* Change list of match ids to set for json_handler.py Increase the speed of the json_handler by migrating from a list to a set. Move from O(n) to O(1) * Update CHANGELOG.md * Bump Version 0.65 -> 0.66 * Include optimisation for composite json matches --------- Co-authored-by: Matteo Figus <[email protected]>
- Loading branch information
1 parent
2d7fd40
commit 3efdceb
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
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
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
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