Kwasniok / cpp-raytracing

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

optimization: next free identifier #33

Open Kwasniok opened 2 years ago

Kwasniok commented 2 years ago

observation: attempting to create >1000 identifiers of the same name results in a very slow program

idea: