monger/test
Juho Teperi c26ae0835d Optimize from-db-object performance for DBObjects
Creating temporary sequence from DBObject is quite slow. Using
.keySet for reduce collection and calling .get inside reduce is
considerably faster. The common code between Map and DBObject
implementations can't be shared as reflection would completely kill the
performance and function can't be type hinted as DBObject doesn't
implement Map interface.

Added a simple test case for the from-db-object performance. I'm seeing
performance increase of 20% on this (170ms -> 140ms).
2015-10-08 22:59:47 +03:00
..
monger/test Optimize from-db-object performance for DBObjects 2015-10-08 22:59:47 +03:00
resources Silence MongoDB Java driver logger 2015-05-11 00:15:56 +03:00