mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-16 11:18:05 +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.