Tagged articles
3 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Mar 26, 2022 · Backend Development

VSCode C++ Extension 1.9.4 Causes Random Empty Files and File Corruption

A recent bug in the VSCode C++ extension version 1.9.4 randomly creates empty files with invalid code, corrupts existing user and system files, and appears to stem from uninitialized memory usage, but can be avoided by downgrading or disabling the problematic extension.

C++ extensionFile CorruptionVSCode
0 likes · 5 min read
VSCode C++ Extension 1.9.4 Causes Random Empty Files and File Corruption
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 3, 2020 · Backend Development

Boost Python Performance: Call Go Code via Shared Libraries

Learn how to overcome Python's GIL limitations by compiling Go code into a shared .so library, invoking it from Python, and comparing performance gains, with step‑by‑step instructions, code examples, and troubleshooting tips for faster computation‑intensive tasks.

C++ extensionPerformancePython
0 likes · 8 min read
Boost Python Performance: Call Go Code via Shared Libraries