Sometimes, #bugs lead to pretty funny results. In this case, I was processing this #calibration data for our #multispectral #camera 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 :)
#science #multispectralimaging #multispectralcamera #freiburg #programming #memorymanagement #memorycorruption
#bugs #calibration #multispectral #camera #science #multispectralimaging #multispectralcamera #freiburg #programming #MemoryManagement #memorycorruption
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. https://uptrace.dev/blog/golang-memory-arena.html #golang #memory #memorymanagement #programming
#golang #memory #MemoryManagement #programming
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.
https://data-explore.letscast.fm/episode/dxplr0013-hochgeschwindigkeitsnetz-im-rechenzentrum
#network #switch #switching #datacenter #composablearchitecture #softwaredefined #datastorage #memorymanagement #highperformance #composable #isc23
#network #switch #switching #datacenter #composablearchitecture #softwaredefined #datastorage #MemoryManagement #highperformance #composable #ISC23
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.
#Tech #TabManagement #MemoryManagement
#MemoryManagement #TabManagement #tech
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.
https://int3.substack.com/p/down-the-malloc-hole-in-search-of
#cybersecurity #codereview #clanguage #MemoryManagement