Click here to Skip to main content
15,895,011 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 9:50
mvahoney the codewitch14-Dec-20 9:50 
GeneralRe: C++ is love Pin
Johann Gerell14-Dec-20 22:25
Johann Gerell14-Dec-20 22:25 
GeneralRe: C++ is love Pin
CodeWraith14-Dec-20 9:28
CodeWraith14-Dec-20 9:28 
GeneralRe: C++ is love Pin
Jörgen Andersson14-Dec-20 9:28
professionalJörgen Andersson14-Dec-20 9:28 
GeneralRe: C++ is love PinPopular
CodeWraith14-Dec-20 9:38
CodeWraith14-Dec-20 9:38 
GeneralRe: C++ is love Pin
den2k8814-Dec-20 21:52
professionalden2k8814-Dec-20 21:52 
GeneralRe: C++ is love Pin
Sander Rossel14-Dec-20 9:31
professionalSander Rossel14-Dec-20 9:31 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 9:42
mvahoney the codewitch14-Dec-20 9:42 
It doesn't really do garbage collection as such.

As an analogy imagine the garbage man came once a week and burned your house down. It's much more time and space efficient than taking out the trash.

You can't actually delete objects in my scheme, only allocate to pools. You can recycle entire pools though, manually, freeing (invalidating) all pointers (or objects) therein.

Doing it that way makes it fast fast fast and it works on constrained memory environments. Also it was easy to code.
Real programmers use butterflies

GeneralRe: C++ is love Pin
Sander Rossel14-Dec-20 11:18
professionalSander Rossel14-Dec-20 11:18 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 11:21
mvahoney the codewitch14-Dec-20 11:21 
GeneralRe: C++ is love Pin
Sander Rossel14-Dec-20 11:24
professionalSander Rossel14-Dec-20 11:24 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 15:16
mvahoney the codewitch14-Dec-20 15:16 
GeneralRe: C++ is love Pin
Sander Rossel14-Dec-20 21:44
professionalSander Rossel14-Dec-20 21:44 
GeneralRe: C++ is love Pin
pkfox14-Dec-20 11:39
professionalpkfox14-Dec-20 11:39 
GeneralRe: C++ is love Pin
CodeWraith14-Dec-20 10:00
CodeWraith14-Dec-20 10:00 
GeneralRe: C++ is love Pin
Jörgen Andersson14-Dec-20 10:04
professionalJörgen Andersson14-Dec-20 10:04 
GeneralRe: C++ is love Pin
CodeWraith14-Dec-20 10:11
CodeWraith14-Dec-20 10:11 
GeneralRe: C++ is love Pin
Slacker00714-Dec-20 10:36
professionalSlacker00714-Dec-20 10:36 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 11:22
mvahoney the codewitch14-Dec-20 11:22 
GeneralRe: C++ is love Pin
PIEBALDconsult14-Dec-20 11:05
mvePIEBALDconsult14-Dec-20 11:05 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 11:09
mvahoney the codewitch14-Dec-20 11:09 
GeneralRe: C++ is love Pin
Gerry Schmitz14-Dec-20 11:39
mveGerry Schmitz14-Dec-20 11:39 
GeneralRe: C++ is love Pin
Rick York14-Dec-20 12:29
mveRick York14-Dec-20 12:29 
GeneralRe: C++ is love Pin
Greg Utas14-Dec-20 12:46
professionalGreg Utas14-Dec-20 12:46 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 15:13
mvahoney the codewitch14-Dec-20 15:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.