Fast Sort Too Hard?
Fast Sort Too Hard?
just wondering why nobody has even tried it yet...
I think it's not too hard. But for me the motivation to start with a king-of-the-hill challenge is relatively low if there is no definite way to go (e.g. the choice of algorithm). You invest quite some time to try and implement some approach, but chances are good that somebody else comes up with a better solution, which renders your solution worthless. Or do I keep the points for setting an old benchmark?
Oh, and I'm still not clear about how to efficiently implement threading (and the proper synchronization of threads) with shvm. That must be the key for fast strrev and will be important for fast sort. It would be really helpful if ShardFire would tell how it's done.
Oh, and I'm still not clear about how to efficiently implement threading (and the proper synchronization of threads) with shvm. That must be the key for fast strrev and will be important for fast sort. It would be really helpful if ShardFire would tell how it's done.

there are 2 ways of syncing the threads known to me
here's one:Executes code 32 times but the code is the same for all 32 threads, so no different stackpointer (they are different but cant differ if they execute the same instructions, getThreadID() might change that
)
The other way I know I won't tell you because it's the better one for this (i'm stuck on my implementation but i'm pretty sure that's the way to go)
good luck on that one
here's one:
Code: Select all
& & & & & <code>

The other way I know I won't tell you because it's the better one for this (i'm stuck on my implementation but i'm pretty sure that's the way to go)
good luck on that one
