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

php - Admin SDK -- get information about the group -

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

Python Error - TypeError: input expected at most 1 arguments, got 3 -