brandmaier / semtree

Recursive Partitioning for Structural Equation Models
https://brandmaier.github.io/semtree/
GNU General Public License v3.0
13 stars 11 forks source link

WIP: Drop parallel's apply for futurized counterpart #31

Closed octomike closed 3 years ago

octomike commented 3 years ago

This simple PR replaces all occurrances of parallel::parXapply with their future.apply counterparts. With this change you can:

I think this branch still needs:

I'm happy to include additional changes and discuss the general idea of course. Let me know :)

brandmaier commented 3 years ago

This is awesome and a great improvement to the parallelizability of semtree! Thanks!