Skip to content

Conversation

@aki-null
Copy link
Owner

Added

  • Contextual Custom Functions: Functions can read variables from execution environment without explicit parameters
    • CustomFunction.CreateContextual() factory methods for creating context-aware functions
    • Supports up to 3 context variables and 3 script parameters

Changed

  • Function Resolution Caching: Function overload lookups now cached per execution for improved performance
    • Cached using packed parameter types for fast comparison
    • Cache invalidated when parameter type signature changes

@aki-null aki-null force-pushed the feature/custom-function-contextual branch from ac0d14d to fb4f868 Compare October 25, 2025 12:02
@aki-null aki-null merged commit 0b8cb7f into master Oct 25, 2025
1 check passed
@aki-null aki-null deleted the feature/custom-function-contextual branch October 25, 2025 13:02
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