Search Articles — Sudonull

Search Results

In this project

GIL CPython: how it works and how to bypass senior

https://sudonull.com/gil-cpython-how-it-works-and-how-to-bypass-senior

Breakdown of GIL in CPython: refcount, bytecode, CPU/I/O-bound, multiprocessing, asyncio.Lock. For middle/senior dev. Parallelism without errors — read the guide.

C Compiler in constexpr C++

https://sudonull.com/c-compiler-in-constexpr-c

Implementation of a compile-time compiler for a C subset in C++. Bypassing constexpr limitations, function bindings, bytecode generation. For middle/senior C++ developers.

Trending Now