An open API service indexing awesome lists of open source software.

https://github.com/johnnovak/raytriangle-test

Ray-triangle intersection performance tests in various languages
https://github.com/johnnovak/raytriangle-test

algorithm benchmark cpp go java javascript nim nim-lang python ray-triangle-intersection raytracing

Last synced: 18 days ago
JSON representation

Ray-triangle intersection performance tests in various languages

Awesome Lists containing this project

README

        

# raytriangle-test

Ray-triangle intersection performance tests in various languages using a simple direct implementation of the [Möller–Trumbore
intersection algorithm](https://en.wikipedia.org/wiki/M%C3%B6ller%E2%80%93Trumbore_intersection_algorithm).

See `results.txt` for the raw test results or read the [accompanying article](https://blog.johnnovak.net/2017/04/22/nim-performance-tuning-for-the-uninitiated/) for a discussion of the testing method and the interpretation of results.