AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is Multi-Threading in the JDeveloper?
Multi-threading is going to be quite easy for the JDeveloper now with 9.4.1, at least. But it's not true that threads are only used when the user asks for them. So far, matrix multiplication and some custom functions that we've written are the only ones that we've automatically tasked. And sorting too, maybe, as we identify those cases, we'll code them up so that they'll multi-thread automatically. Does that include the matrix division and inversion? No, just matrix multiplying. Although, well... So division uses matrix multiply under the covers, doesn't it?