feat(functions): CachedCallable and raw functions #310#623
Open
kakserpom wants to merge 1 commit intoextphprs:masterfrom
Open
feat(functions): CachedCallable and raw functions #310#623kakserpom wants to merge 1 commit intoextphprs:masterfrom
kakserpom wants to merge 1 commit intoextphprs:masterfrom
Conversation
aea34a4 to
2bad259
Compare
ptondereau
requested changes
Dec 21, 2025
Member
ptondereau
left a comment
There was a problem hiding this comment.
This is mostly good from my point of view! Thank you for this PR
2bad259 to
554ada5
Compare
3635d35 to
f04e58a
Compare
Pull Request Test Coverage Report for Build 21657693006Details
💛 - Coveralls |
f04e58a to
0f710b4
Compare
0463de8 to
62aebf4
Compare
Member
|
@kakserpom I will try to have all benchmarks in #602 to get a baseline. Another thing we might want to consider is having the plain callable initialize the function info cach lazily to have it perform better as well. Not sure if we should just merge those two and have the option to set it to lazy / eager / no caching. |
120dfe7 to
6ae69b9
Compare
Contributor
Author
Done. |
170808f to
8987822
Compare
4f4e569 to
3fb70db
Compare
08f3857 to
61c60c6
Compare
ptondereau
reviewed
Feb 3, 2026
ptondereau
reviewed
Feb 3, 2026
61c60c6 to
9bc9da6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #310