Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a reorg for .NET Framework 4
Message
From
23/07/2010 12:23:39
 
 
To
23/07/2010 06:34:13
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01473537
Message ID:
01473602
Views:
32
>(1) You are constructing a StringBuilder each time you want a line. Can you work on the string directly ?
>(2) I suspect the At() takes a long time - especially if you want the 900th line or so
>(3) Instead of reading the directory into one string, can you read it into an array or strings ? That way the access to any line would be fast and you would not have the overhead of splitting each time you want a specific line

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform