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
- Host: GitHub
- URL: https://github.com/johnnovak/raytriangle-test
- Owner: johnnovak
- Created: 2017-03-29T07:57:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-07T14:09:02.000Z (over 5 years ago)
- Last Synced: 2025-03-27T10:38:21.693Z (about 1 month ago)
- Topics: algorithm, benchmark, cpp, go, java, javascript, nim, nim-lang, python, ray-triangle-intersection, raytracing
- Language: Nim
- Homepage:
- Size: 19.5 KB
- Stars: 35
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.