ODE has two physics solvers. the big matrix solver which gets used by 3dgs by default is slower than newton. the iterative solver is faster than newton but not really robust enough to be usable. with it you will have even more problems (jittering, explosions,...) than with the big matrix solver.