|
-
ANSI-only strings in memory? avoiding Unicode conversion to save memory?
How does one save on memory by avoiding string conversion to UniCode?
Is there a way to do that?
For example, if one is reading from a large text file, operating on the
contents, then writing to a second textfile (using the API file i/o
functions), is there a way to keep everything ANSI so as to half the memory
involved?
Would one use arrays of bytes instead of strings? Is that possible in VB?
StrConv()?
StrPtr()?
Thanks for any suggestions or any URLs that treat on the topic.
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
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks