Matlab
code (with an example).
It should be faster than standard SVM solvers in the linear case (the complexity is linear
in the number of training examples) and comparable in the nonlinear case (but it requires
the whole kernel matrix to fit in memory).
For a C++ implementation of a primal linear SVM, you can use the
SVMlin
package (designed more generally for
semi-supervised learning).
For large scale problems, a reduced set expansion can be used: