Module strategy

Module strategy 

Source
Expand description

Performance optimization strategy for MathHook library usage

This module defines the smart integration of SIMD, memoization, and concurrency optimized for Python/Node.js bindings and interactive usage patterns.

Structs§

CacheStats
PerformanceConfig
Performance configuration for different usage contexts
PerformanceOptimizer
Smart performance optimizer that decides when to use different strategies

Enums§

BindingContext
Binding context for performance optimization

Functions§

get_performance_optimizer
Get global performance optimizer
init_performance_optimizer
Initialize global performance optimizer