Tommi Prami 130 Posted August 27, 2019 Coworker sent me this, interesting to see active development on parallel algorithms. Don't have opinion on this, what so ever. Just FYI. https://en.wikipedia.org/wiki/Bitonic_sorter 1 Share this post Link to post
David Schwartz 427 Posted August 27, 2019 Interesting. Thanks. I notice that the java code example doesn't utilize any of Java's built-in parallelism / threading stuff. Can't say about the Python example. Is there an expectation that the underlying hardware or something else is smart enough to break this into parallel pieces at run-time? (I'm not really up on contemporary parallelism tech.) Share this post Link to post
Tommi Prami 130 Posted August 28, 2019 Maybe examples are made single threaded for simplicity? Dunno tough. Share this post Link to post