Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prefect: Optimize Comment for Clarity on Performance Concerns
This commit updates the comment preceding the deinitializeIfNeeded() call in the getBestMove function. The revised comment more clearly articulates the performance implications of frequent initialization and deinitialization in a performance-sensitive environment. It emphasizes the need for a more efficient approach to managing initialization cycles, thereby guiding future optimizations and code maintenance efforts. Reference: ggevay/malom#3 (comment) Change-Id: I0f8ed192d5a40f2485d7e7819c42e553c265909f
- Loading branch information