mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2026-05-06 02:10:27 +02:00
Replaced repeated ProQue initialization with a static OnceLock to ensure efficient and thread-safe reuse. This minimizes the overhead of recreating the ProQue instance while maintaining correct behavior by dynamically updating its dimensions.