Skip to content

Menu

Real-Time RayTracer running on Core 2 Duo

May 24, 2009

I tested my ray tracer on my Mac Book Pro. The peak performance is achieved with 7 threads. Programmed in C++ using the pthreads library.

Computer:

  • Macbook Pro
  • Intel Core Duo 2.2 Ghz
  • 2 GB main memory
  • NVIDIA 8600 GT M graphics card with 128 MB memory
  • MacOS X 10.5.7

See my homepage for further details.

The background is programmed with a spheric environment map.

Read next

Structured Concurrency in Java 24
Mar 31, 2025 software-engineering

Structured Concurrency in Java 24 (JavaSpektrum)

I’ve written an article for JavaSpektrum 2/2025 about Structured Concurrency in Java 24. The article covers JEP 499, Java’s fourth preview of Structured Concurrency, which aims to make concurrent programming...

#java #concurrency #article #jvm #parallelism
Read more