Bounter: new Python lib for fast counting

bounter – Efficient Counter that uses a limited (bounded) amount of memory regardless of data size. Read more

Similar

Customizing class creation in Python

When one thinks of ways of customizing classes at creation time, people probably typically think of metaclasses and class decorators. Metaclasses are at typically viewed as the beginning of class creation while class decorators are at the end. But what yo... (more…)

Read more »