Fast string concatenation

You can concatenate small strings into one big string.
Download

Fast string concatenation Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • NirSoft
  • Publisher web site:
  • Operating Systems:
  • Windows 2003/XP/2000/98/Me
  • File Size:
  • 2KB

Fast string concatenation Tags


Fast string concatenation Description

Advertisement Fast string concatenation is a Development software developed by NirSoft. After our trial and test, the software is proved to be official, secure and free. Here is the official description for Fast string concatenation: With this class, you can Concatenate small strings into one big string in faster way than the standard "&" OperaTor. Fast string concatenation Each time that you use the ampersand ("&") operator, Visual Basic allocates memory for the new string and Copy the old string into the new string. If you concatenate a lots of small strings into one big string, the operation is quite ineffective because Visual Basic allocates memory, copy, and deallocates memory a lots of times ! You can solve this problem by explicitly allocating big chunks of strings when it needed. The following class lets you easily and efficiently concatenate strings. It automatically allocates More Space when it needed, in chunks of 1000 characters. You can download the sample project below, and see that string concatenation with this class might be much faster than doing it with ampersand operator.


Fast string concatenation Related Software