Skip to content

Add optimization level#233

Open
aydogduberkay wants to merge 1 commit intomainfrom
berkay-optimization-levels
Open

Add optimization level#233
aydogduberkay wants to merge 1 commit intomainfrom
berkay-optimization-levels

Conversation

@aydogduberkay
Copy link
Collaborator

Extend Configurations with Optimization Level

This PR introduces an optimization level setting to the Configurations, allowing users to select between three modes: default, conservative, and aggressive. If no level is specified, the system defaults to default.

  • default: Applies default optimizations.
  • conservative: Applies newer optimizations which we have gained experience with, but still prioritizes stability.
  • aggressive: Enables any optimization available, including newly implemented ones. This may lead to the best performance but may not be stable.

@aydogduberkay aydogduberkay requested a review from comnik March 10, 2026 12:59
@aydogduberkay aydogduberkay marked this pull request as ready for review March 10, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant