摘要:
* Tracing rays is fast, shading is slow* normalize is slow and should be avoided as much as possible* C is not faster than C++, correct use of C++ features can improve performance* SSE is not always faster, should be used without load and store from FPU* Taking branch is slower, computation is faste 阅读全文