Lightprotocol / light-protocol

The ZK Compression Protocol For Solana
https://www.zkcompression.com
GNU General Public License v3.0
157 stars 27 forks source link

fix: add yield_now call in tree_finder loop #1208

Closed sergeytimoshin closed 2 weeks ago

sergeytimoshin commented 2 weeks ago

Inserting a yield_now call ensures the task scheduler gets a chance to run other tasks, improving the overall system responsiveness.