OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4101discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: memory-leak清除
ADDED

LeakCanary is an open-source memory leak detection library for Android, maintained by Square. It helps developers find and diagnose memory leaks in Android apps, with documentation hosted at square.github.io/leakcanary.

Developer toolsTesting & debugging
memraybloomberg
ADDED

Memray is a Python memory profiler that tracks allocations in Python, native extensions, and the interpreter. It generates reports like flame graphs, supports threads and native code, and works on Linux/macOS.

Developer toolsTesting & debugging