image image Home   About   Downloads   Support   Links   Contact  
image





Copyright
2002 - 2012
Atozed Computer
Software Ltd.

image
Buy Online   Download Support  FAQ Questions
Atozed Home  »  Archive  »  IntraWeb  »  Third Party

FastStrings


You are now reading archived content.
Content in this area may be out of date, but is provided for archival purposes.


IntraWeb produces HTML strings as result of the rendering process of the applications forms. These strings may become pretty big, and components like IntraWeb's Template Processor use these strings. To speed up this potential CPU intensive process we are using an excellent 3rd party library:

FastStrings of Droopy Eyes Software

This library provides highly optimized string operation methods, by utilizing techniques such as the Boyer-Moore search algorithm. Using FastStrings is highly recommended for your own code if you are working with strings that might become "long".

To avoid interferences with an already installed version of this library, we moved it into our "SourceWorks" scheme: SWFastStrings. This will co-exist with any other version on your development machine.

Peter Morris granted Atozed Software the right to use and redistribute FastStrings.
Thanks Pete, excellent work :-)