minus-squarecsm10495@sh.itjust.workstoProgrammer Humor@programming.dev•I got to avoid memory management for quite some timelinkfedilinkEnglisharrow-up5·1 day agoUpvoted. This is something I learned rather recently. Sometimes it’s more performant to slowly leak than it would be to free properly. Then take x amount of time to restart every n amount of time. linkfedilink
minus-squarecsm10495@sh.itjust.workstoProgramming@programming.dev•What are your programming hot takes?linkfedilinkEnglisharrow-up0·2 years agoGNU make is confusing as hell and shouldn’t be used in today’s world. linkfedilink
Upvoted. This is something I learned rather recently. Sometimes it’s more performant to slowly leak than it would be to free properly. Then take x amount of time to restart every n amount of time.