Skip to content

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