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

remove unneeded destruct methods as GC has higher performance #6631

Merged

Conversation

frytimo
Copy link
Contributor

@frytimo frytimo commented Apr 28, 2023

destruct methods are not needed as the garbage collector will destroy and unset the object but will do it at a much faster performance as it is highly optimized for it. Any destruct methods needed for closing handles or other tasks are left in place.

@markjcrane markjcrane merged commit 69bd42a into fusionpbx:master Apr 28, 2023
@frytimo frytimo deleted the frytimo_Patch-Remove_destruct_methods branch November 15, 2023 04: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
2 participants