mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-18 11:50:11 +08:00
Instead of creating a new cursor with each query, use the same cursor throughout the lifetime of the finder instance to remove any overhead from creating a new cursor in tight loops.