DARMA-tasking-internal / darma-frontend

Header library providing the frontend programming model for the DARMA asynchronous many-task model
Other
7 stars 0 forks source link

Make Use and UseCollection more polymorphic #52

Open dhollman opened 6 years ago

dhollman commented 6 years ago

The translation layer interfaces of these should be more polymorphic; the benefits of static polymorphism here are not outweighed by the cost of additional complexity.

dhollman commented 6 years ago

Working on this today.