Results 1 to 19 of 19

Thread: [2005] Fastest way to change array

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member Ivenesco's Avatar
    Join Date
    Sep 2007
    Location
    Poland, Lublin
    Posts
    325

    [2005] Fastest way to change array

    How is the fastest way to change some bytes in array? I have this code:
    Code:
    For i As Integer = 0 To x
          input(i) = input(i) Xor key(intKey)
    Next
    But I'm looking for something faster. I tried to use direct access to memory via marshal, but it's much slower... Does anybody know faster way?
    Last edited by Ivenesco; May 27th, 2008 at 02:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width