edin / raytracer

Performance comparison of various compilers
MIT License
57 stars 22 forks source link

faster javascript implementation #6

Closed paulsmithkc closed 3 years ago

paulsmithkc commented 3 years ago

Ported and optimized a javascript version of the raycaster, runs 500ms average on my machine and produces the same output as the c++ version.

paulsmithkc commented 3 years ago

@edin The benchmark tables have not been updated recently. How do you measure and update those?