Using line breaks between member function calls is an interesting syntax style I haven't seen before:<p>ezl::rise(readFile<string>
(argv[1]).rowSeparator('s').colSeparator(""))<p><pre><code> .reduce<1>(ezl::count(), 0).dump()
.run();</code></pre>
How does this differ from Threading Building Blocks ? <a href="https://www.threadingbuildingblocks.org/" rel="nofollow">https://www.threadingbuildingblocks.org/</a>
So this is a bunch of constructs for creating function-pointers and the like which then would be sent to mpi or other parallel libraries to do the actual interfacing with the parallel mechanism.<p>Any idea how this would work with (random stuff I'm thinking about) Cuda or Tensorflow?