New Release 84

General:. This page generally describes new functionality in the 84 series of revisions and uploads. This is Working Documentation that with maturity will be moved to the Master Documentation.

I found a serious problem with the operation of the GREP feature. In troubleshooting I added some features that tell about the version and options used in compiling the regular expression.

Fable list: Because of a bug in my code this used to only find 23 of the 82 fables.




GREP/GLEE processing comparison: The GREP searching is over 6 times faster than the exact GLEE search. This should not be and I'll need to go back and refactor on the GLEE search algorithms (sometime). On my machine GLEE is searching this 68K document and locating "FABLE:" 149 times per second. The GREP method is hitting over 900. I'll go to work extending the GREP capability to all "&" ("all oriented") searching. For now, the GLEE performance will have to be good enough for government work.




GREP Object Members:




GREP Options: Use (?...) to change the GREP default options. i: ignore case; m: multi line; x: extended; s: dot all. Also shows version of PGRE that GLEE is using. This is a function of the Borland C++ runtime used.




:




:




:




:




: