Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's a damn good hack. I've got better things to do with my time than fuck about calling malloc and free every other line.
-
@devios1 that sounds an awful lot like bad garbage collection to me. Reference counting is a good way to get memory leaks, unless you're going to start looking for circular references, in which case... Just do proper GC.
-
devios157706y@Zaphod65 It’s not. It’s superior in every way. Arc is a proper solution to what garbage collection was trying to solve: objects are disposed of deterministically and immediately the moment the last reference to it disappears. There’s no “collection” pass that has to stop execution of your program, do some cleaning, and then resume it again as gc does.
Related Rants
-
boombodies15Manager: We need to setup the security in the Mexico server Dev: You mean that 3rd party firewall add on? Ma...
-
boombodies26Manager: Why aren’t you working? Dev: I am, I’m just not typing because I’m thinking an issue out. Man...
-
boombodies19Manager: How come the intern does way more tickets than you? Dev: Because you told me to only give him the ea...
It needed to be said.
joke/meme
garbage collection
gc
delete this