rabidpoobear
Active Member
Oh that's okay, I'm sure I sound like a .NET fanboy too. I definitely appreciate it. I figured that similar things existed for Python, I just lack the google-fu to find them, I guess, so it's nice to hear about them.sindbad said:I'm starting to sound like a fanboy, but Qt has a feature similar in results called QtConcurrent (inspired by MapReduce). There's also the less heavy duty Threadweaver from KDE, also based on Qt.
So what you're saying is that I can use Qt (which I assume is a C++ library) through Python and get multi-core processing? Or will it still only run on one core? My main qualm is just having to spawn separate processes to get some kind of performance gain from the multi-core machines.
I heard that Google makes huge use of map+reduce because it's so easy to parallelize it.
Should we maybe start a thread about Qt in the Dev section? I hate to hijack a thread, but I'm very intrigued by this.
Last edited by a moderator: