-
Notifications
You must be signed in to change notification settings - Fork 675
DYN-9011: Contd. from PR 16255 - Improve Library Loading of many DYFs #16273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aparajit-pratap
merged 36 commits into
DynamoDS:master
from
aparajit-pratap:customnode-loading-perf
Jul 10, 2025
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
0c5435a
stream files
dimven-adsk c14b06f
bugfix
dimven-adsk 7432de4
Merge branch 'master' of github.com:DynamoDS/Dynamo into reope/perfor…
aparajit-pratap b62daf7
review comments
aparajit-pratap 2eea75b
Update src/DynamoCore/Core/CustomNodeManager.cs
aparajit-pratap 5e483bc
merge customnodeinfo caching from Craig and resolve merge conflicts
saintentropy 0512508
make property public for Json deserialization
aparajit-pratap 5506260
fix
aparajit-pratap 0568721
fix
aparajit-pratap dc24710
fix
aparajit-pratap 2e46edf
cleanup of extraneous code
aparajit-pratap e17d0ad
restore code but commented out with TODO
aparajit-pratap 6652d18
revert one change
aparajit-pratap 03b6ff8
cleanup
aparajit-pratap 4204912
refactor initialize customnode manager
aparajit-pratap 2ecf48e
Update src/DynamoCore/Core/CustomNodeDefinition.cs
aparajit-pratap d494741
invalidate cache - attempt 1
aparajit-pratap c549583
invalidate cache - attempt 2
aparajit-pratap 5056fd3
Merge branch 'customnode-loading-perf' of github.com:aparajit-pratap/…
aparajit-pratap 116757d
Merge branch 'master' of github.com:DynamoDS/Dynamo into customnode-l…
aparajit-pratap 1fafedf
Update src/DynamoCore/Core/CustomNodeManager.cs
aparajit-pratap b85a95f
Merge branch 'customnode-loading-perf' of github.com:aparajit-pratap/…
aparajit-pratap 6d38b71
make custom node cache thread safe
aparajit-pratap 6f6830a
Update src/DynamoCore/Core/CustomNodeManager.cs
aparajit-pratap 36477f6
add error message as resource string
aparajit-pratap 6294e13
refactor customnodemanager
aparajit-pratap 09cfc7e
cleanup
aparajit-pratap 4bfebbb
final fixes
aparajit-pratap 5fdafb0
Merge branch 'master' of github.com:DynamoDS/Dynamo into customnode-l…
aparajit-pratap ad11e1a
temporarily mark test as failure to try unblocking build pipeline
aparajit-pratap d121a96
resolve merge conflicts
aparajit-pratap 1e6f5d9
sort usings
aparajit-pratap c523c95
resolve conflicts
aparajit-pratap 927dfda
use custom node cache only in sandbox
aparajit-pratap 4114193
final cleanup
aparajit-pratap e53911a
update public api lists
aparajit-pratap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Applying JsonConstructor to the parameterless constructor may override default constructor selection and lead to incomplete initialization. Remove the attribute or apply it to a fully-initializing constructor.