Multithreading Part 2

In the current multithreading design, the tiles to be calculated are recreated each time, and the results are fed back […]

Multithreading

Currently, the calculations are performed using a single array for each computational size. For multi-core calculations, multithreading is an option.

Irregular domains

At the current stage of development, the software only calculates rectangular areas in which every grid cell is relevant for

Start coding

The idea for SplashTool was floating around, along with the key libraries needed for implementation. The project will be built

Scroll to Top