Kwasniok / cpp-raytracing

non-linear raytraycing based on "Raytracing in One Weekend"
2 stars 0 forks source link

optimizing memory layout for Christoffel symbols #73

Open Kwasniok opened 1 year ago

Kwasniok commented 1 year ago

When calculating the Christoffel symbols of the 2nd kind and using it, memory might be accessed in a non-optimal way.

note: For 3D there might be a overall speedup of 2x possible from this alone.