Conversation
Notices
-
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Thursday, 27-Jun-2024 15:16:34 JST Pleroma-tan C is one of the only languages in existence where any code you write will last a long time because of the abundance of compilers and people wanting to support the language
But I'm still not good with memory management :sekiro_death:- ✙ dcc :pedomustdie: :phear_slackware: likes this.
-
Embed this notice
Critical (critical@blob.cat)'s status on Thursday, 27-Jun-2024 15:26:38 JST Critical @kirby you could use smart pointers Pleroma-tan likes this. -
Embed this notice
Pleroma-tan (kirby@lab.nyanide.com)'s status on Thursday, 27-Jun-2024 15:28:03 JST Pleroma-tan @critical c++ thing iirc -
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Thursday, 27-Jun-2024 15:29:24 JST iced depresso @kirby @critical thats the neat part, nobody is good at memory management.
although you can use boehms gc in c i guess. some people actually ship with that.
cocoa/nextstep had autorelease pools, some old stuff like abuse used arena allocation. actually arena allocators are kind of nice for scratch memory.Pleroma-tan likes this. -
Embed this notice
FrailLeaf (frailleaf@ryona.agency)'s status on Thursday, 27-Jun-2024 15:35:21 JST FrailLeaf @critical @kirby don't put android in my pointers Pleroma-tan likes this. -
Embed this notice
ミク初音 (miku@miku.xn--q9jyb4c)'s status on Thursday, 27-Jun-2024 16:13:24 JST ミク初音 @kirby@lab.nyanide.com Can't go wrong with Bell labs. People still use the telephone to this day.
Pleroma-tan likes this. -
Embed this notice
:ihavenomouth: (inginsub@clubcyberia.co)'s status on Thursday, 27-Jun-2024 17:26:34 JST :ihavenomouth: @kirby You'll learn in no time Pleroma-tan likes this. -
Embed this notice
:blank: (i@declin.eu)'s status on Thursday, 27-Jun-2024 18:15:49 JST :blank: @kirby @critical not really, even if the compiler doesn't do it for you, there's plenty of ways to track your memory use and even https://github.com/orangeduck/tgc it Pleroma-tan likes this.