|
|
Use CopyMemory api for performance.
|
Total Hit (4621) |
This article will demonstrate that how CopyMemory can boost the performance of for some simple operations (e.g string append.). Here we will banchmark VB Mid function vs CopyMemory Api.
|
Rating
|
|
|
Sharing Data Between Processes Using Memory-Mapped Files
|
Total Hit (16706) |
Memory-mapped files provide a way to look at a file as a chunk of memory. This feature is very useful in languages that support examining memory at arbitrary addresses. You map the file and get back a pointer to the mapped memory. You can simply read or write to memory from any location in the file
....Read More |
Rating
|
|
|
|