ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Execute mapping operations in parallel #33

Open ossama-othman opened 7 years ago

ossama-othman commented 7 years ago

On platforms where concurrent execution of tasks makes sense, such as such multi-core CPU or hyper-threaded platforms, mapping operations in MaRC can be partitioned and executed concurrently to improve performance. For example, one thread could map the top half of map plane, while another could map the bottom half.