Writing powerful concurrent video-games with ACCLib in C++

I’ve been recently involve in an amazing project, the first multithreaded game engine with real performance on multicore processors.
We are all aware of the lack of video game performance on multicore, this engine claim linear performance scaling on manycore processors.
About x4 performance gain on a quadcore HT corei7 (see here) . Independent results with cinebench and PovRay show amost the same results (4.38 at best). That means one thing : ACCLib is a great product, their video game demo shows the same performance results of easy to parallel applications. Free lunch is not over for video game.

Benchmark

I highly recommend to visit this site : ACCLib.com to get more informations.


Leave a Comment