FredPlus10 · @vatbub
17 followers · 164 posts · Server layer8.space

Sometimes, lead to pretty funny results. In this case, I was processing this data for our again and apparently, I effed up my memory management, which lead to memory corruption and ultimately this funny picture of me. Unfortunately, I was unable to reproduce the bug, so, I guess it'll live on as a funny edge case in my program :)

#bugs #calibration #multispectral #camera #science #multispectralimaging #multispectralcamera #freiburg #programming #MemoryManagement #memorycorruption

Last updated 1 year ago

Paul Buetow · @snonux
70 followers · 481 posts · Server fosstodon.org

Go is a great language, but it's garbage collected. GC got many benefits, but there are cases where you don't want GC to interfere with your performance. Memory arenas, experimentally added to Go 1.20, allow you to manually manage memory and helps to boost up performance up to 15% for some applications. uptrace.dev/blog/golang-memory

#golang #memory #MemoryManagement #programming

Last updated 1 year ago

data://disrupted®️ · @DataDisrupted
20 followers · 84 posts · Server mastodontech.de

Im disaggregated composable Datacenter spielt Geschwindigkeit eine entscheidende Rolle. Der Fabric-Switch erlebt eine Renaissance und immer mehr Hersteller entwickeln Hochgeschwindigkeitsnetze für Workloads, bei denen jede Nanosekunde zählt.

Wolfgang und Kerstin kennen (fast) alle Fabrics und wissen, wo die Reise hingeht.

data-explore.letscast.fm/episo

#network #switch #switching #datacenter #composablearchitecture #softwaredefined #datastorage #MemoryManagement #highperformance #composable #ISC23

Last updated 1 year ago

Justathought · @Justathought
65 followers · 1316 posts · Server mas.to

Working on managing tab overload, memory overload, tab memory overload in Chrome. Heavy multi tab/window user. Need way to save all tabs as well as suspend due to utilizing way too much memory. Using a suspender with good results. Looking for suggestions for best free tab management.

#MemoryManagement #TabManagement #tech

Last updated 2 years ago

Here's a quick article I wrote in which I consider and discuss the implications of the sized memory deallocation proposal in the C23 language standard, where a free_sized() function is proposed as an alternative to free(), with claimed performance and security benefits.

int3.substack.com/p/down-the-m

#cybersecurity #codereview #clanguage #MemoryManagement

Last updated 2 years ago