c++ - Searching for QtConurrent substitution (map-reduce) -


i heavily used qt concurrent in projects, until found not work.

so, there substitution?

i'm interested in map-reduce concept implementation. i've looked through boost::mapreduce, seems overcomplicated. mean, qt start task with

qtconcurrent::mappedreduced<map_result>(begin, end, mapfunction_or_function, reducefunction_or_functor) 

and use lamdas functors. boost have create own classes map task , reduce task.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -