in reply to Re: How to connect more arrays to a new array
in thread Find unique elements from multiple arrays

Strange indeed. I wonder if it was deliberately fixed in 5.8 or whether that was when the new hashing algorithm came into effect?

However did you discover the 2 runs effect?


Examine what is said, not who speaks.
1) When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong.
2) The only way of discovering the limits of the possible is to venture a little way past them into the impossible
3) Any sufficiently advanced technology is indistinguishable from magic.
Arthur C. Clarke.
  • Comment on Re: Re: How to connect more arrays to a new array

Replies are listed 'Best First'.
Re: How to connect more arrays to a new array
by Abigail-II (Bishop) on Apr 28, 2003 at 14:09 UTC
    However did you discover the 2 runs effect?

    Because I always want to minimize a program showing a particular effect, to further pinpoint what causes it. Your example used Benchmark, which runs the code several times. So, I first got rid of that, running each piece of code once, resulting in identical output. The next step was running it twice.

    Abigail