Gmod-vphysics icon indicating copy to clipboard operation
Gmod-vphysics copied to clipboard

Rewrite the parallel constraint solver

Open DrChat opened this issue 11 years ago • 0 comments

Use btThreadPool class to rewrite it, avoid using temp objects like on the sequential constraint solver

May be harder to write and I don't know about performance benefit. The way to go right now is solving islands in threads, not individual objects.

DrChat avatar Sep 11 '13 02:09 DrChat