Resources release while coding on Haxe (mainly for XML parser disposal)? -


i'm new haxe coming actionscript. looking ways dispose resources when can't reuse them. in particular, there actionscript's "system.disposexml" haxe's fast xml?

it depends on target platform, in javascript/as3, have object or graph of objects disposed of, make sure there no references anywhere in program. garbage collector take care of it.

what disposexml seems overkill. modern garbage collectors, don't need break references within group, referring member of it.


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -