OlimilO1402 / Sys_StringBuilder

concatenating and appending strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sys_StringBuilder

StringBuilderBench for testing different classes of StringBuilder

GitHub GitHub release (latest by date) Github All Releases Follow

Project started around mid 2005

ReadMe.txt of 2005 under WindowsXP:
StringBuilderBench what is it?
This is a benchmark program for testing the speed of different implementations of the StringBuilder class in VBC. you can find many at least two different ones:

  • Jost Schwider's Concat
  • Steve McMahon's StringBuilder
    Though using MidB is definitely faster than using RtlMoveMemory, the speed could be increased about the factor 7 just by using a faster string allocation method.

<AppName> Image

About

concatenating and appending strings

License:GNU General Public License v3.0


Languages

Language:VBA 87.5%Language:C 12.5%