src.common.strategy_manager
Enhanced strategy management with improved factory pattern and performance optimizations.
Functions
Get the global strategy manager instance. |
|
Reset the global strategy manager (useful for testing). |
Classes
Enhanced strategy manager with caching and performance monitoring. |
- class src.common.strategy_manager.StrategyManager[source]
Enhanced strategy manager with caching and performance monitoring.
- get_suggestions_with_monitoring(strategy_name, possible_words, common_words, guesses_so_far, count=10, word_manager=None)[source]
Get suggestions with performance monitoring.