This chapter introduces advanced features in CUDA C, focusing on constant memory and performance measurement using CUDA events. It explains how constant memory can reduce memory bandwidth requirements for GPU applications and details the process of building a simple ray tracer that utilizes constant memory. The chapter also outlines the implementation changes needed to take advantage of constant memory in ray tracing, emphasizing its benefits in performance.