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

Load object access information lazily #35

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

veewee
Copy link
Member

@veewee veewee commented Jan 12, 2025

Q A
Type improvement
BC Break no
Fixed issues #34

Summary

Fixes #34

Object access information should be loaded once but lazily.
This impoves memory usages and performance in a few ways:

  • Optional object information will only be loaded when there is actually information available inside the payload.
  • Recursiveness is not an issue anymore, since the information will only be loaded when this information is available.

@veewee veewee mentioned this pull request Jan 12, 2025
@veewee veewee force-pushed the lazy-object-access branch from 56e5318 to 3d0f163 Compare January 12, 2025 11:07
@veewee veewee merged commit 3265f1c into php-soap:main Jan 12, 2025
14 checks passed
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.

High memory usage
1 participant