Click here to Skip to main content
15,949,686 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Playing Music in VB.Net application Pin
Dave Kreskowiak6-May-09 8:59
mveDave Kreskowiak6-May-09 8:59 
GeneralRe: Playing Music in VB.Net application Pin
DarkSorrow387-May-09 5:01
DarkSorrow387-May-09 5:01 
GeneralRe: Playing Music in VB.Net application Pin
Dave Kreskowiak7-May-09 14:20
mveDave Kreskowiak7-May-09 14:20 
AnswerRe: Playing Music in VB.Net application Pin
DidiKunz8-May-09 11:56
DidiKunz8-May-09 11:56 
Questionperformance problem - Array.Copy vs. Buffer.BlockCopy Pin
adamp22a6-May-09 8:08
adamp22a6-May-09 8:08 
AnswerRe: performance problem - Array.Copy vs. Buffer.BlockCopy Pin
Luc Pattyn6-May-09 8:32
sitebuilderLuc Pattyn6-May-09 8:32 
QuestionRe: performance problem - Array.Copy vs. Buffer.BlockCopy Pin
adamp22a6-May-09 9:39
adamp22a6-May-09 9:39 
AnswerRe: performance problem - Array.Copy vs. Buffer.BlockCopy Pin
Luc Pattyn6-May-09 9:45
sitebuilderLuc Pattyn6-May-09 9:45 
Hi,

I have never used Buffer.BlockCopy myself, so I can't answer from experience.

As your link explains, the difference is in some checks that get performed; now that would be relevant only on small copy jobs, it will be relatively insignificant on the 50MB you experimented with. IMO it won't make much difference at all. The main difference is a semantic one: copying array elements versus copying bytes.

Your app's performance will depend much more on other things such as debug versus release build.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


Questionformatting of data in list box in vb 2008 Pin
sazd16-May-09 2:56
sazd16-May-09 2:56 
AnswerRe: formatting of data in list box in vb 2008 Pin
Eddy Vluggen6-May-09 3:00
professionalEddy Vluggen6-May-09 3:00 
GeneralRe: formatting of data in list box in vb 2008 Pin
sazd16-May-09 3:15
sazd16-May-09 3:15 
AnswerRe: formatting of data in list box in vb 2008 Pin
Eddy Vluggen6-May-09 3:35
professionalEddy Vluggen6-May-09 3:35 
GeneralRe: formatting of data in list box in vb 2008 Pin
sazd17-May-09 2:56
sazd17-May-09 2:56 
GeneralRe: formatting of data in list box in vb 2008 Pin
Dave Kreskowiak7-May-09 4:49
mveDave Kreskowiak7-May-09 4:49 
AnswerRe: formatting of data in list box in vb 2008 Pin
Eddy Vluggen7-May-09 10:18
professionalEddy Vluggen7-May-09 10:18 
AnswerRe: formatting of data in list box in vb 2008 Pin
Henry Minute6-May-09 3:00
Henry Minute6-May-09 3:00 
QuestionDifference of two numbers Pin
Anubhava Dimri6-May-09 1:17
Anubhava Dimri6-May-09 1:17 
AnswerRe: Difference of two numbers Pin
Mycroft Holmes6-May-09 1:22
professionalMycroft Holmes6-May-09 1:22 
GeneralRe: Difference of two numbers Pin
Anubhava Dimri6-May-09 2:14
Anubhava Dimri6-May-09 2:14 
GeneralRe: Difference of two numbers Pin
Guffa6-May-09 4:25
Guffa6-May-09 4:25 
AnswerRe: Difference of two numbers Pin
Luc Pattyn6-May-09 3:52
sitebuilderLuc Pattyn6-May-09 3:52 
AnswerRe: Difference of two numbers Pin
Guffa6-May-09 4:22
Guffa6-May-09 4:22 
QuestionControl Object Created or Initialized Pin
Samir Ibrahim6-May-09 0:54
Samir Ibrahim6-May-09 0:54 
AnswerRe: Control Object Created or Initialized Pin
Mycroft Holmes6-May-09 1:21
professionalMycroft Holmes6-May-09 1:21 
QuestionVirtual Earth Bespoke Map Control Pin
Lexter33335-May-09 22:29
Lexter33335-May-09 22:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.