Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
/ gotracer Public archive

This tracer was originally created by Jack Palevich. I used it for go performance testing.

Notifications You must be signed in to change notification settings

Byron/gotracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This go based raytracer was originally written by Jack Palevich. For more information, see http://grammerjack.blogspot.com/2009/11/multi-threaded-go-raytracer.html.

I use this as a performance test for go and to reveal possible bottlenecks and issues with high-performance math based 'stress'.

HOW TO
-------
 run 
 
 make image 
 
 to produce an image in out.tga while printing timing information to stdout.
 This works in the go as well in the c++ version.

About

This tracer was originally created by Jack Palevich. I used it for go performance testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published