David Bartley

Results 4 comments of David Bartley

fwiw, I wrote a quick benchmark for comparing against gogo faster: ``` func BenchmarkMarshalSSFSpan(b *testing.B) { s := &ssf.SSFSpan{ Tags: make(map[string]string), } for i := 0; i < 20; i++...

There's also the `killCursors` command to replace `OP_KILL_CURSORS`. The other thing that 3.2 adds is support for `readConcern` on query commands (`find`, `count`, etc...), though I imagine the document layer...