Skip to content
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

Add ability to define node customisation lazily #391

Merged

Conversation

LachlanMcKee
Copy link
Collaborator

Description

Currently it is not possible to define a node customisation lazily which means that potentially a large amount of classes are instantiated when they are not needed.

This PR aims to add a new API that allows this to be done lazily.

Check list

  • I have updated CHANGELOG.md if required.
  • I have updated documentation if required.

@LachlanMcKee LachlanMcKee force-pushed the allow-customisation-to-be-lazy branch from c9c6644 to be8ec13 Compare April 4, 2023 11:22
@LachlanMcKee LachlanMcKee force-pushed the allow-customisation-to-be-lazy branch 2 times, most recently from 091a948 to 4da9474 Compare April 4, 2023 11:50
@LachlanMcKee LachlanMcKee requested a review from zsoltk April 4, 2023 12:44
@LachlanMcKee LachlanMcKee force-pushed the allow-customisation-to-be-lazy branch from 4da9474 to 37e1bdc Compare April 4, 2023 15:12
@LachlanMcKee LachlanMcKee force-pushed the allow-customisation-to-be-lazy branch from 37e1bdc to 0eeb5e7 Compare April 4, 2023 15:44
@LachlanMcKee LachlanMcKee merged commit c1480ac into bumble-tech:1.x Apr 4, 2023
@LachlanMcKee LachlanMcKee deleted the allow-customisation-to-be-lazy branch April 4, 2023 16:05
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.

4 participants