Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 37,332 times

Contents

Downloads

Related Categories

String Concatenation Component - Conclusion

streamload

Conclusion

When you need to concatenate more than a few dozen strings, consider using StrCat.Catter. Catter's optimized C++ implementation can prevent your site from CPU saturation when folks start asking more of it than VB can handle.

Download the source code in ZIP format

Happy Programming!

Shameless Plug
These and many other cutting-edge techniques power Streamload.com, a digital entertainment delivery site offering unlimited free online stora

Comments

  • ASP can be fast, too.

    Posted by Dogbite on 06 Jun 2003

    A great idea! You can also reduce concatenation times by using arrays and the built-in Join() function. No components required. Similar performance gain. Very readable syntax (once you understand ...