FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-performance · GitHub Topics · GitHub

#

python-performance

Here are 13 public repositories matching this topic...

⚡ Auto-JIT your Python code with Numba @njit + optional AOT compilation 🚀 Numeric-heavy code, boosted fast 🏎️

  • Updated Jun 11, 2026
  • Python

PerfLens is a visual Python performance studio (PySide6) that turns cProfile/tracemalloc + stack sampling into interactive flame graphs, timeline traces, memory heatmaps, and call graphs—plus Diff Mode, an optimization coach, session save/load, and one-click HTML reports. Single-file app.py with a zero-input demo.

  • Updated Nov 29, 2025
  • Python

The Python Performance Benchmark Tool is a comprehensive command-line utility designed to benchmark the performance of various unoptimized computations in pure Python. It enables developers and users to analyze the computational performance of different Python versions, allowing for informed decisions when selecting the optimal interpreter.

  • Updated Jun 1, 2025
  • Python

Modular Spectrum of Pi: reference implementation of the Stride-6 engine. Unifies Chudnovsky's series with DSP polyphase decomposition in Z/6Z. Validated at 100M digits with 95% parallel efficiency. Features a Shared-Nothing architecture to bypass the memory wall and maximize cache alignment.

  • Updated Jul 9, 2026
  • Jupyter Notebook

Boost Python's performance using Cython – a bridge between Python's simplicity and C's efficiency. Explore and learn how Cython accelerates code execution.

  • Updated Aug 22, 2026
  • Python

A performance optimization library based on mypyc, similar to numba but supporting accelerating general Python code.

  • Updated Jul 12, 2026
  • Python

a demo shows how to use c to acclerate the execute effciency of python

  • Updated Sep 3, 2018
  • C

Repository for Python performance case studies focusing on I/O bottlenecks and CPU complexity.

  • Updated Feb 7, 2026
  • Python

A simple API for unit testing a Python project's performances and memory leaks ⚡

  • Updated Sep 20, 2020
  • Python

This repository demonstrates how to use mypyc to compile Python functions into optimized native code, significantly improving performance.

  • Updated Jun 29, 2026
  • Python

Benchmarks de rendimiento con multithreading: Python 3.12 vs 3.14 con y sin GIL

  • Updated Nov 16, 2025
  • Python

Why is my Python CLI slow to start? An import-time profiler that also finds which imports you can safely make lazy, and how many milliseconds each one would save. Zero dependencies.

  • Updated Aug 12, 2026
  • Python

Improve this page

Add a description, image, and links to the python-performance topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-performance topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL