Multi Core Processing

Hi.

Does Processing support Multi Core ?
Like if I had a 16 Core CPU, would my code run super fast ?

Thanks in advance.

1 Like

Processing doesn’t by default support multicore drawing, but here’s a library that makes that possible: PThreading: A framework for multithreaded drawing in Processing.

4 Likes