|
-
May 26th, 2020, 05:12 AM
#11
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
Update released.
Massive performance boost for Get .Clip property. (the larger the range the bigger the performance difference)
The string concatenation was done previously by using small buffer chunks putting together when the buffer chunks reach a certain size.
However, compared to the VB6 poor man's string builder from wqweto this is light years of speed difference.
Just as a hint. A very large grid took me before 16 seconds to get the .Clip string. Now it takes just 1 full second.
EDIT: using now a string array instead of a collection for the poor man's string builder for some extra speed gain.
Last edited by Krool; May 26th, 2020 at 08:09 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|