Go Runtime's Persistent 128MB Heap Arenas Cause Excessive Memory Usage in CGO/Purego Calls: Solution Needed
Introduction Go's runtime has a peculiar quirk: it allocates 128MB heap arenas during...
Tag archive
Introduction Go's runtime has a peculiar quirk: it allocates 128MB heap arenas during...
Most Go tutorials stay safe. This one doesn’t. 🔧 What you’ll learn: Spawn a zombie 🧟 (and watch it...

Intro Recently, Qualcomm announced list of laptops that will have their new Snapdragon X...
In previous articles, we developed a Go barcode reader module integrating the Dynamsoft Barcode...
Starting with version 10, the Dynamsoft Barcode Reader SDK has been entirely rewritten in C++,...
A reminder for the Golang developers out there
Today I ran into the an error trying to deploy my go app in docker, where the container refused to...
The past week I've been working to solve some problems that prevent moving forward on this Objective-C bridge. There's a lot more work to do but at least I solved some low level issues.