Monthly Shaarli

All links of one month in a single page.

December, 2018

A "Best of the Best Practices" (BOBP) guide to developing in Python.
thumbnail

A "Best of the Best Practices" (BOBP) guide to developing in Python. - bobp-python.md

Fixing Python Memory Leaks - CloudQuant
thumbnail

We found our hard to diagnose Python memory leak problem in numpy and numba using C/C++.  It turned out that the numpy array resulting from the above operation was being passed to a numba generator compiled in "nopython" mode. This generator was not being iterated to completion, which caused the leak.

WuBingzheng/libleak: detect memory leak by LD_PRELOAD, without changing the target program
thumbnail

detect memory leak by LD_PRELOAD, without changing the target program - WuBingzheng/libleak

Dark Reader
thumbnail

Wow. Le Dark mode pour tous les sites. Et ça rend super bien !

Vive setup.cfg (et mort à pyproject.toml) ! - Sam & Max

+1000 !

Mergify.io

Merge your code efficiently

High-Performance in Python with Zero-Copy and the Buffer Protocol

Whatever your programs are doing, they often have to deal with vast amounts of
data. This data is usually represented and manipulated in the form of strings.
However, handling such a large quantity of input in strings can be very
ineffective once you start manipulating them by copying, slicing, and modifying.
Why?

Let's consider a small program which reads a large file of binary data, and
copies it partially into another file. To examine out the memory usage of this
program, we will use memory_

Home | SynapOS

A new OS for connected devices. Create a greener, safer and faster interconnected world with SynapOS., the new opereating system for a new connected world.

(MicroPython)