feat(functions): CachedCallable and raw functions #310 - #623
Open
kakserpom wants to merge 1 commit into
Open
Conversation
kakserpom
force-pushed
the
310_performance
branch
4 times, most recently
from
December 20, 2025 18:42
aea34a4 to
2bad259
Compare
ptondereau
requested changes
Dec 21, 2025
ptondereau
left a comment
Member
There was a problem hiding this comment.
This is mostly good from my point of view! Thank you for this PR
kakserpom
force-pushed
the
310_performance
branch
from
December 21, 2025 13:58
2bad259 to
554ada5
Compare
kakserpom
force-pushed
the
310_performance
branch
2 times, most recently
from
December 21, 2025 14:46
3635d35 to
f04e58a
Compare
Pull Request Test Coverage Report for Build 21657693006Details
💛 - Coveralls |
kakserpom
force-pushed
the
310_performance
branch
from
December 28, 2025 12:06
f04e58a to
0f710b4
Compare
kakserpom
force-pushed
the
310_performance
branch
3 times, most recently
from
December 28, 2025 13:44
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. |
kakserpom
force-pushed
the
310_performance
branch
2 times, most recently
from
January 4, 2026 08:44
120dfe7 to
6ae69b9
Compare
Contributor
Author
Done. |
kakserpom
force-pushed
the
310_performance
branch
5 times, most recently
from
January 25, 2026 20:35
170808f to
8987822
Compare
kakserpom
force-pushed
the
310_performance
branch
2 times, most recently
from
February 2, 2026 13:49
4f4e569 to
3fb70db
Compare
kakserpom
force-pushed
the
310_performance
branch
2 times, most recently
from
February 3, 2026 16:00
08f3857 to
61c60c6
Compare
ptondereau
reviewed
Feb 3, 2026
ptondereau
reviewed
Feb 3, 2026
kakserpom
force-pushed
the
310_performance
branch
from
February 4, 2026 03:50
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