Bajena/the-ray-tracer-challenge

Paralellize computations

Bajena opened this issue · 0 comments

Computing each pixel is independent - it should be easily doable to use parallel map-reduce library to get the times down.