Simeon Simeonov

Results 25 comments of Simeon Simeonov

@Raynos I was thinking along the same lines, perhaps even passing a marshal option whose default value is the `JSON` object but anything else which provides `stringify` and `parse` could...

@dfellis that is a very interesting finding. I'm curious: how did you compare the CPU intensiveness of MsgPack vs. JSON encoding? Were there throughput differences?

@dfellis as I was looking at MsgPack over TCP I did not consider the complexities over HTTP. You are right, this probably does not belong here. As for integer representations...

That's good to know but are you suggesting that the desired behavior of the library is to produce unwritable schema in this case as opposed to a potentially incorrect but...

Interestingly, calling `MongodbClientFactory.closeAll()` after the job is done only removes 50% of the leaked connections. ![after closeAll()](https://content.screencast.com/users/ssimeonov/folders/Snagit/media/fae078fc-1894-4cd2-b59b-4723453b2ad4/2017-01-27_10-17-19.png)