CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

View Poll Results: Which of the test cases performed the best on your system

Voters
1. You may not vote on this poll
  • The VB6 Project

    0 0%
  • The .NET Project

    0 0%
  • Inconclusive results / A Tie

    1 100.00%
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Dec 2001
    Posts
    6,332

    Re: net vs 6 - Sort Test 1

    I've moved this post from the other sorting thread. This is obviously a better place for it, though it looks out of order due to the time this thread was created.

    Well, I checked out the VB6 sorting code in your article, and was surprised to see that neither QuickSort algo was like the one I've been using. So I added it along with an additional button. Interestingly, I find my algo is about 1/3 faster. I don't recall where I got it, but obviously there are a number of variations out there. I've attached it here.
    Attached Files Attached Files
    Last edited by WizBang; July 23rd, 2008 at 03:17 PM.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

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

Featured