-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#11 Achieve order of magnitude speedup of parser
- use faster pyparsing grammar constructs and arrangements to significantly speed up parsing - enable skipped parsing unit tests now that they are not infeasibly slow - add testing requirements to setup.py Anecdotal speed increase is from about 30 seconds to run the `test_date_values` tests down to below 3 seconds. See also #17
- Loading branch information
Showing
3 changed files
with
82 additions
and
71 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