FastStrings
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 :-)
|