This release has been downloaded about 100 times now. Can any of you please reply to this message, and report any results from upgrading to 1.4. I'm especially interested in:
- performance results
- use of the new Regex class
- regression bugs, especially using Word, oneOf, and any of the quoted string helpers
Thanks!
-- Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Running pyparser 1.4 beta 1 against my code which was using both the skipTo and Regex patches - seems to run okay. No noticable speed increase, but I was already making heavy (and explicit) use of Regex.
The code I mention does not use oneOf(), as I had already replaced use of oneOf() with Regex instances in my own code. However, some whitebox tests I performed on oneOf() seemed to produce successful results.
- John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This release has been downloaded about 100 times now. Can any of you please reply to this message, and report any results from upgrading to 1.4. I'm especially interested in:
- performance results
- use of the new Regex class
- regression bugs, especially using Word, oneOf, and any of the quoted string helpers
Thanks!
-- Paul
Running pyparser 1.4 beta 1 against my code which was using both the skipTo and Regex patches - seems to run okay. No noticable speed increase, but I was already making heavy (and explicit) use of Regex.
The code I mention does not use oneOf(), as I had already replaced use of oneOf() with Regex instances in my own code. However, some whitebox tests I performed on oneOf() seemed to produce successful results.
- John