Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve cursorData struct unmarshaling speed (#49)
This change remove full BSON decoding on: - parsing to `bson.Raw` and `bson.DocElem` fields; - skipping unused BSON fields.
- Loading branch information