suggestomatic
suggestomatic copied to clipboard
Parallelize across nodes
We can scale pretty easily on any work node (like EC2), so if we can prepare work units and distribute them across machines, we ought to be able to crank up the speed pretty well. This layer could easily be in python or some other non-C language, with just a few lightweight changes to the main engine.