[00:10:55] <saustin> I'm looking at the mongo db scala driver and it is async. Is this done to enable some powerful programming paradigm or mostly for performance... it seems like coding against it will be more involved
[00:14:27] <cheeser> the async/reactive model can scale better in some circumstances.