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.

maxpack: deduplication of versioned data

https://sudonull.com/maxpack-deduplication-of-versioned-data

maxpack provides up to 50x compression on versioned projects like Node.js, CPython. Benchmarks, comparisons with tar+zstd, 7z. Test on your own datasets for IT specialists.

Python from scratch: how to learn without mistakes

https://sudonull.com/python-from-scratch-how-to-learn-without-mistakes

Learn how to properly start with Python: sources of knowledge, comparison with PHP/Go, role of books and videos. Expert tips for middle/senior developers. Start learning effectively.

Trending Now