Search:

Type: Posts; User: phantomotap

Search: Search took 0.03 seconds.

  1. Replies
    25
    Views
    3,051

    O_o Well, yep, that is true; that would also...

    O_o

    Well, yep, that is true; that would also be weird.

    Soma
  2. Replies
    25
    Views
    3,051

    O_o So, you linked to the same external...

    O_o

    So, you linked to the same external resources, but didn't link to your own post?

    Wow. That's really weird.

    Soma
  3. Replies
    25
    Views
    3,051

    O_o What sort (heh) of optimizations have you...

    O_o

    What sort (heh) of optimizations have you employed?

    Alternating buffers? (If I recall correctly, you have used this variant.)

    "Decaying" into "Insertion Sort" for smaller runs?
    ...
  4. Replies
    25
    Views
    3,051

    O_o Unless the algorithms in questions have...

    O_o

    Unless the algorithms in questions have certain optimizations, I would not use any of them as a general purpose sort.

    The truth is, the simple approach to implementing all of the algorithms...
  5. Replies
    25
    Views
    3,051

    O_o How many elements do you have? How...

    O_o

    How many elements do you have?
    How expensive is copying?
    How expensive is swapping?
    How expensive is comparison?
    How fast is your node allocator?

    Is the data completely randomized?
    Is...
Results 1 to 5 of 5