Browse thread
More concurrent ray tracer results
- Christopher Cramer
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Christopher Cramer <tsuyoshi@y...> |
| Subject: | More concurrent ray tracer results |
I took my more complicated forking map and modified Jon's ray tracer to work with it. The results look encouraging, on Linux at least. On a 2ghz Intel Core Duo running OSX: original: 1m16.621s forking: 0m51.253s On a dual Athlon running Linux: original: 34.695s forking: 17.923s code is at: http://yumegakanau.org/code/fork.tar.gz