Provides utilities for optimizing contract systems. This class can be extended to include various optimization strategies such as caching, memoization, or compile-time optimizations.
Static
Analyzes the performance characteristics of a contract to suggest optimizations.
The name of the contract to analyze.
An object containing optimization suggestions.
Applies a set of optimizations to a given contract function. This is a placeholder method and should be implemented with actual optimization logic.
The contract function to optimize.
The optimized contract function.
Provides utilities for optimizing contract systems. This class can be extended to include various optimization strategies such as caching, memoization, or compile-time optimizations.