Skip to content

Optimize config accessor#1785

Merged
SessionHero01 merged 2 commits into
devfrom
optimize-config-access
Dec 16, 2025
Merged

Optimize config accessor#1785
SessionHero01 merged 2 commits into
devfrom
optimize-config-access

Conversation

@SessionHero01

@SessionHero01 SessionHero01 commented Dec 16, 2025

Copy link
Copy Markdown
Collaborator

This PR moves away from requiring a real lambda each time we want to access config - because the lambda has non-zero cost especially in terms of number of classes it introduces in the final bytecode. From now on we will be using inline function instead.

@SessionHero01
SessionHero01 marked this pull request as ready for review December 16, 2025 03:58
@SessionHero01
SessionHero01 merged commit 2916e49 into dev Dec 16, 2025
4 checks passed
@SessionHero01
SessionHero01 deleted the optimize-config-access branch December 16, 2025 04:26
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.

2 participants