We just updated our famous ray tracer language comparison with four progressively-optimized Haskell implementations of the ray tracer.
The first implementation is idiomatic Haskell: entirely lazy.
The other three implementations use eager evaluation extensively in an attempt to achieve competitive performance.
No comments:
Post a Comment