You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Delegate cursor iteration to the driver where possible
- Do not call the wrapped `.tryNext()` method from inside other
shell API methods, and instead only call an internal unwrapped
version of it (similar to `db.runCommand()` vs `db._runCommand()`
This results in a 60% improvement of runtime in local testing on the
`db_cursor_iteration_plainvm` benchmark.
0 commit comments